Stroke Property (LegendLayerStyleItem)
In This Topic
Gets or sets the stroke color used to draw the graphic shown by this legend item. If a layer or style is associated with this item, the value of this property is determined by it and cannot be changed.
Syntax
'Declaration
Public Overrides Property Stroke As Color
public override Color Stroke {get; set;}
See Also