ClassificationFormatDefinition.TextDecorations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the TextDecorationCollection for this classification format.
public: property System::Windows::TextDecorationCollection ^ TextDecorations { public:
System::Windows::TextDecorationCollection ^ get(); protected:
void set(System::Windows::TextDecorationCollection ^ value); };
public System.Windows.TextDecorationCollection TextDecorations { get; protected set; }
member this.TextDecorations : System.Windows.TextDecorationCollection with get, set
Public Property TextDecorations As TextDecorationCollection
Property Value
The text decorations.