Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / CharBoxSpacing Property


In This Topic
    CharBoxSpacing Property (GcCharMask)
    In This Topic
    Gets or sets a value indicating the spacing between char boxes.
    Syntax
    'Declaration
     
    
    Public Property CharBoxSpacing As Integer
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As Integer
     
    instance.CharBoxSpacing = value
     
    value = instance.CharBoxSpacing
    public int CharBoxSpacing {get; set;}

    Property Value

    An System.Int32 value indicating the spacing between char boxes.
    The default is -1.
    Remarks
    The CharBoxSpacing property determines the space between every two nearly char boxs.
    See Also