Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendItem Class / CustomShape Property

In This Topic
    CustomShape Property (MapLegendItem)
    In This Topic
    Gets or sets the custom shape if Shape property is C1.FlexMap.MarkerShape.Custom.
    Syntax
    'Declaration
     
    
    Public Property CustomShape As CustomShape
    public CustomShape CustomShape {get; set;}
    See Also