Class TextCases
Specifies the text case of Text/RichText node
Inheritance
System.Object
TextCases
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class TextCases : Enum
Fields
AllLower
lower case.
Declaration
public const TextCases AllLower
Field Value
| Type |
|---|
| TextCases |
AllUpper
upper case.
Declaration
public const TextCases AllUpper
Field Value
| Type |
|---|
| TextCases |
None
original text
Declaration
public const TextCases None
Field Value
| Type |
|---|
| TextCases |