TextFormattingRunProperties.Italic Property
Determines whether the formatting is made explicitly italic.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
声明
Public ReadOnly Property Italic As Boolean
public bool Italic { get; }
public:
property bool Italic {
bool get ();
}
member Italic : bool
function get Italic () : boolean
Property Value
Type: System.Boolean
true if the formatting is made explicitly italic, otherwise false.
Remarks
Returns false if ItalicEmpty is true.
.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.