ComponentOne FinancialChart for WPF
TextMaskFormat Property



C1.WPF Namespace > C1MaskedTextBox Class : TextMaskFormat Property
Gets or sets a value that determines whether literals and prompt characters are included in the Value property.
Syntax
'Declaration
 
Public Property TextMaskFormat As MaskFormat
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As MaskFormat
 
instance.TextMaskFormat = value
 
value = instance.TextMaskFormat
public MaskFormat TextMaskFormat {get; set;}
public:
property MaskFormat TextMaskFormat {
   MaskFormat get();
   void set (    MaskFormat value);
}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members