List.MarkerStyle Property

Definition

Gets or sets the marker style for the List.

public:
 property System::Windows::TextMarkerStyle MarkerStyle { System::Windows::TextMarkerStyle get(); void set(System::Windows::TextMarkerStyle value); };
public System.Windows.TextMarkerStyle MarkerStyle { get; set; }
member this.MarkerStyle : System.Windows.TextMarkerStyle with get, set
Public Property MarkerStyle As TextMarkerStyle

Property Value

A member of the TextMarkerStyle enumeration specifying the marker style to use.

The default value is Disc.

Remarks

Dependency Property Information

Identifier field MarkerStyle
Metadata properties set to true AffectsMeasure, AffectsRender

Applies to

See also