DashStyleIsSolid Property |
Gets a value indicating whether this dash style is solid
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsSolid { get; }
Public ReadOnly Property IsSolid As Boolean
Get
member IsSolid : bool with get
Property Value
Type:
Booleantrue if this instance is solid; otherwise,
false.
See Also