ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LegendLayerStyleItem Class / MarkerShape Property

In This Topic
    MarkerShape Property (LegendLayerStyleItem)
    In This Topic
    Gets or sets the marker shape used to draw point kind 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 MarkerShape As MarkerShape
    public override MarkerShape MarkerShape {get; set;}
    See Also