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


In This Topic
    Padding Property (DefaultSubItem)
    In This Topic
    Gets or sets a Padding value indicates the distance between the content and the boundary of the SubItem.
    Syntax
    'Declaration
     
    
    Public Property Padding As Padding
    'Usage
     
    
    Dim instance As DefaultSubItem
    Dim value As Padding
     
    instance.Padding = value
     
    value = instance.Padding
    public Padding Padding {get; set;}

    Property Value

    A Padding value indicates the distance between the content and the boundary of the SubItem..
    See Also