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

In This Topic
    MarkerStyleExpr Property
    In This Topic
    Gets or sets an expression that should evaluate to an index or a name of a style in the MarkerStyles collection that will be used to draw the marker.
    Syntax
    'Declaration
     
    Public Property MarkerStyleExpr As String
    public string MarkerStyleExpr {get; set;}
    See Also