Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellBackgroundPanel Class / ContentPadding Property


In This Topic
    ContentPadding Property
    In This Topic
    Gets or sets the content padding in the cell panel.
    Syntax
    'Declaration
     
    Public Property ContentPadding As Thickness
    'Usage
     
    Dim instance As CellBackgroundPanel
    Dim value As Thickness
     
    instance.ContentPadding = value
     
    value = instance.ContentPadding
    public Thickness ContentPadding {get; set;}
    See Also