List.MarkerStyle Property
Definition
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
Identifier field | MarkerStyle |
Metadata properties set to true |
AffectsMeasure, AffectsRender |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.