VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / CellPadding Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    CellPadding Property (PaletteViewer)
    In This Topic
    Gets or sets a cell padding.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(4)>
    <DescriptionAttribute("A cell padding.")>
    <CategoryAttribute("VintaSoft")>
    Public Property CellPadding As System.Int32
    
    
    [DefaultValue(4)]
    [Description("A cell padding.")]
    [Category("VintaSoft")]
    public System.Int32 CellPadding { get; set; }
    
    
    [DefaultValue(4)]
    [Description("A cell padding.")]
    [Category("VintaSoft")]
    public: __property System.Int32 get_CellPadding();
    public: __property void set_CellPadding(
    System.Int32 value
    );
    [DefaultValue(4)]
    [Description("A cell padding.")]
    [Category("VintaSoft")]
    public:
    property System.Int32 CellPadding { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Default value is 4.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 2.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also