BorderedElementStyleWidthSupport.StrokeWidth Property
Gets or sets the element stroke width.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v20.2.dll
Declaration
[DefaultValue(0)]
public int StrokeWidth { get; set; }
<DefaultValue(0)>
Public Property StrokeWidth As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
The stroke width in pixels. |
See Also
Feedback