ClassificationFormatDefinition.TextEffects 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 the TextEffectCollection for this classification format.
public: property System::Windows::Media::TextEffectCollection ^ TextEffects { public:
System::Windows::Media::TextEffectCollection ^ get(); protected:
void set(System::Windows::Media::TextEffectCollection ^ value); };
public System.Windows.Media.TextEffectCollection TextEffects { get; protected set; }
member this.TextEffects : System.Windows.Media.TextEffectCollection with get, set
Public Property TextEffects As TextEffectCollection
Property Value
The text effects.