Click or drag to resize

DashStyles Class

Common dash styles used for DashStyle
Inheritance Hierarchy
SystemObject
  Eto.DrawingDashStyles

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class DashStyles

The DashStyles type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDash
Gets a dash style with a single dash
Public propertyStatic memberDashDot
Gets the dash dot style
Public propertyStatic memberDashDotDot
Gets the dash dot dot style
Public propertyStatic memberDot
Gets a dot style
Public propertyStatic memberSolid
Gets a solid dash style
Top
See Also