Gets/sets the rectangle outline pen style (solid, dashed, etc).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Property OutlineStyle As DashStyle
[BrowsableAttribute(true)] public DashStyle OutlineStyle { get; set; }
Since rectangle outline is drawn using GDI (through the GdiGraphics class), pen style has the same limitations as a GDI pen. In particular, if the pen width (specified with the OutlineWidth property) is larger than 1, pen style is always solid, regardless to this property value.