Class MaskGroupAlignment
The clipping mode to be used by the control when returning the text content of the control.
Inheritance
System.Object
MaskGroupAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class MaskGroupAlignment : Enum
Fields
Center
Center aligned.
Declaration
public const MaskGroupAlignment Center
Field Value
| Type |
|---|
| MaskGroupAlignment |
Left
Left aligned.
Declaration
public const MaskGroupAlignment Left
Field Value
| Type |
|---|
| MaskGroupAlignment |
None
Do not apply any alignment.
Declaration
public const MaskGroupAlignment None
Field Value
| Type |
|---|
| MaskGroupAlignment |
Right
Right aligned.
Declaration
public const MaskGroupAlignment Right
Field Value
| Type |
|---|
| MaskGroupAlignment |