Click or drag to resize
OGPenDashStyle Property
Gets or sets the border dash style for the pen.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
[EditorAttribute(typeof(BorderDashStyleEditor), typeof(UITypeEditor))]
public BorderDashStyle DashStyle { get; set; }

Property Value

Type: BorderDashStyle
The border dash style of this pen.
See Also