VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / EmptyCellColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    EmptyCellColor Property (PaletteViewer)
    In This Topic
    Gets or sets color for filling empty cells.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Color for filling empty cells.")>
    <DesignerSerializationVisibilityAttribute(Visible)>
    Public Property EmptyCellColor As System.Drawing.Color
    
    
    [Category("VintaSoft")]
    [Description("Color for filling empty cells.")]
    [DesignerSerializationVisibility(Visible)]
    public System.Drawing.Color EmptyCellColor { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("Color for filling empty cells.")]
    [DesignerSerializationVisibility(Visible)]
    public: __property System.Drawing.Color* get_EmptyCellColor();
    public: __property void set_EmptyCellColor(
    System.Drawing.Color* value
    );
    [Category("VintaSoft")]
    [Description("Color for filling empty cells.")]
    [DesignerSerializationVisibility(Visible)]
    public:
    property System.Drawing.Color^ EmptyCellColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Default value is Color.FromArgb(196, 196, 196).
    Remarks

    Viewer always shows 256 cells, color count of palette can be less than 256. Empty cell is a cell with index more than color count of palette.

    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