Condividi tramite


ClassificationFormatDefinition.TextDecorations Property

Gets or sets the TextDecorationCollection for this classification format.

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

Syntax

'Dichiarazione
Public Property TextDecorations As TextDecorationCollection
    Get
    Protected Set
public TextDecorationCollection TextDecorations { get; protected set; }
public:
property TextDecorationCollection^ TextDecorations {
    TextDecorationCollection^ get ();
    protected: void set (TextDecorationCollection^ value);
}
member TextDecorations : TextDecorationCollection with get, set
function get TextDecorations () : TextDecorationCollection
protected function set TextDecorations (value : TextDecorationCollection)

Property Value

Type: System.Windows.TextDecorationCollection
The text decorations.

.NET Framework Security

See Also

Reference

ClassificationFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace