Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfo Class / Padding Property


In This Topic
    Padding Property (CharBoxInfo)
    In This Topic
    Gets or sets the blank size between the border and the content within the char box.
    Syntax
    'Declaration
     
    
    Public Property Padding As Padding
    'Usage
     
    
    Dim instance As CharBoxInfo
    Dim value As Padding
     
    instance.Padding = value
     
    value = instance.Padding
    public Padding Padding {get; set;}

    Property Value

    A Padding indicates the paddings.
    The default is "1,1,1,1".
    Remarks
    This property determines the distance between the input area of the CharBoxInfo and the border of it.
    See Also