Freigeben über


TextFormattingParagraphProperties.TextMarkerProperties-Eigenschaft

Ruft die Textmarkierungseigenschaften ab.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TextMarkerProperties As TextMarkerProperties
public override TextMarkerProperties TextMarkerProperties { get; }
public:
virtual property TextMarkerProperties^ TextMarkerProperties {
    TextMarkerProperties^ get () override;
}
abstract TextMarkerProperties : TextMarkerProperties with get 
override TextMarkerProperties : TextMarkerProperties with get
override function get TextMarkerProperties () : TextMarkerProperties

Eigenschaftswert

Typ: TextMarkerProperties
Die Textmarkierungseigenschaften.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextFormattingParagraphProperties Klasse

Microsoft.VisualStudio.Text.Formatting-Namespace