Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

List.MarkerStyle Property

Definition

Namespace:
System.Windows.Documents
Assembly:
PresentationFramework.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Item Value
Identifier field MarkerStyle
Metadata properties set to true AffectsMeasure, AffectsRender

Applies to

See also


Feedback

Was this page helpful?