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)

public:
property TextDecorationCollection^ TextDecorations {
	[CompilerGeneratedAttribute]
	TextDecorationCollection^ get();
	[CompilerGeneratedAttribute]
	protected: void set(TextDecorationCollection^ value);
}

Property Value

Type: System.Windows::TextDecorationCollection^

The text decorations.

Return to top
Show: