DefaultLegendShape Property (BoxSymbol)
In This Topic
Gets the default legend shape.
Syntax
'Declaration
Protected ReadOnly Property DefaultLegendShape As Shape
'Usage
Dim instance As BoxSymbol
Dim value As Shape
value = instance.DefaultLegendShape
protected Shape DefaultLegendShape {get;}
See Also