Class TextMode
Specifies how the output Text should be formatted.
Inheritance
System.Object
TextMode
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class TextMode : Enum
Fields
MaskedText
Formats the Text property as masked text.
Declaration
public const TextMode MaskedText
Field Value
TextMode
|
PlainText
Formats the Text property as plain text.
Declaration
public const TextMode PlainText
Field Value
TextMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|