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


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

    Property Value

    A Padding value that indicates the distance between the content and the boundary of the SubItemInfo object.
    See Also