VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewer Class / SelectionColor Property
Syntax Requirements SeeAlso
In This Topic
    SelectionColor Property (WpfPaletteViewer)
    In This Topic
    Gets or sets a color around the selected cell.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("A color around the selected cell.")>
    Public Property SelectionColor As System.Windows.Media.Color
    
    
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public System.Windows.Media.Color SelectionColor { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public: __property System.Windows.Media.Color* get_SelectionColor();
    public: __property void set_SelectionColor(
    System.Windows.Media.Color* value
    );
    [Category("VintaSoft")]
    [Description("A color around the selected cell.")]
    public:
    property System.Windows.Media.Color^ SelectionColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.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