ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / PointsLayer Class / MarkerStyle Property

In This Topic
    MarkerStyle Property
    In This Topic
    Gets the default marker style.

    Note: the set accessor is for serialization only, and should not be used directly.

    Syntax
    'Declaration
     
    Public Property MarkerStyle As InlineMarkerStyle
    public InlineMarkerStyle MarkerStyle {get; set;}
    See Also