VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / EmptyCellColor Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    EmptyCellColor Свойство (PaletteViewer)
    В этом разделе
    Возвращает или задает цвет для заполнения пустых ячеек.
    Синтаксис
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <DescriptionAttribute("Color for filling empty cells.")>
    <CategoryAttribute("VintaSoft")>
    Public Property EmptyCellColor As System.Drawing.Color
    
    
    [DesignerSerializationVisibility(Visible)]
    [Description("Color for filling empty cells.")]
    [Category("VintaSoft")]
    public System.Drawing.Color EmptyCellColor { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [Description("Color for filling empty cells.")]
    [Category("VintaSoft")]
    public: __property System.Drawing.Color* get_EmptyCellColor();
    public: __property void set_EmptyCellColor(
    System.Drawing.Color* value
    );
    [DesignerSerializationVisibility(Visible)]
    [Description("Color for filling empty cells.")]
    [Category("VintaSoft")]
    public:
    property System.Drawing.Color^ EmptyCellColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Значение по умолчанию - Color.FromArgb(196, 196, 196).
    Ремарки

    Просмотрщик всегда отображает 256 ячеек, количество цветов палитры может быть меньше 256. Пустая ячейка - это ячейка с индексом, большим, чем количество цветов палитры.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также