Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the text marker properties.
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
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.