VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / SelectionColor Property
Syntax Requirements SeeAlso
In This Topic
    SelectionColor Property (PaletteViewer)
    In This Topic
    Gets or sets a color around the selected cell.
    Syntax
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("A color around the selected cell.")>
    Public Property SelectionColor As System.Drawing.Color
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public System.Drawing.Color SelectionColor { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public: __property System.Drawing.Color* get_SelectionColor();
    public: __property void set_SelectionColor(
    System.Drawing.Color* value
    );
    [DesignerSerializationVisibility(Visible)]
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public:
    property System.Drawing.Color^ SelectionColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }

    Property Value

    Default value is Color.Lime.
    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