IFormattedLineSource.DefaultTextProperties Property
Gets the TextRunProperties used to render unclassified text.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property DefaultTextProperties As TextRunProperties
TextRunProperties DefaultTextProperties { get; }
property TextRunProperties^ DefaultTextProperties {
TextRunProperties^ get ();
}
abstract DefaultTextProperties : TextRunProperties with get
function get DefaultTextProperties () : TextRunProperties
Property Value
Type: TextRunProperties
The TextRunProperties used to render unclassified text.
.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.