TextFormattingParagraphProperties.TextMarkerProperties Property
Gets the text marker properties.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Déclaration
Public Overrides ReadOnly Property TextMarkerProperties As TextMarkerProperties
public override TextMarkerProperties TextMarkerProperties { get; }
public:
virtual property TextMarkerProperties^ TextMarkerProperties {
TextMarkerProperties^ get () override;
}
abstract TextMarkerProperties : TextMarkerProperties
override TextMarkerProperties : TextMarkerProperties
override function get TextMarkerProperties () : TextMarkerProperties
Property Value
Type: System.Windows.Media.TextFormatting.TextMarkerProperties
The text marker properties.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.