Caption Property (LegendLayerStyleItem)
In This Topic
Gets or sets the caption of this legend item. May be empty, in which case the caption is retrieved from the associated layer if possible.
Syntax
'Declaration
Public Overrides ReadOnly Property Caption As String
public override string Caption {get;}
See Also