Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / MaskType Property


In This Topic
    MaskType Property
    In This Topic
    Gets or sets the type of mask (ex: none, PicMask, Float).
    Syntax
    'Declaration
     
    
    Public Overridable Property MaskType As MaskType
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim value As MaskType
     
    instance.MaskType = value
     
    value = instance.MaskType
    public virtual MaskType MaskType {get; set;}
    See Also