Class TextEffects
Specify the text effects used in the image editor.
Inheritance
System.Object
TextEffects
Namespace: Syncfusion.UI.Xaml.ImageEditor.Enums
Assembly: Syncfusion.SfImageEditor.WPF.dll
Syntax
public sealed class TextEffects : Enum
Fields
Bold
Represent the bold text effect.
Declaration
public const TextEffects Bold
Field Value
Type |
---|
TextEffects |
Italic
Represent the italic text effect.
Declaration
public const TextEffects Italic
Field Value
Type |
---|
TextEffects |
Normal
Represents the normal text effect.
Declaration
public const TextEffects Normal
Field Value
Type |
---|
TextEffects |
Underline
Represents the underline text effect.
Declaration
public const TextEffects Underline
Field Value
Type |
---|
TextEffects |