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


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

    Property Value

    An System.Int32 value that indicates the spacing between character boxes.
    The default is -1.
    Remarks
    The CharBoxSpacing property determines the space between two character boxes.
    See Also