VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewer Class / CanChangePalette Property
Syntax Requirements SeeAlso
In This Topic
    CanChangePalette Property (WpfPaletteViewer)
    In This Topic
    Gets or sets a value indicating whether the palette can be changed in this viewer.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the palette can be changed in this viewer.")>
    <DefaultValueAttribute(True)>
    <CategoryAttribute("VintaSoft")>
    Public Property CanChangePalette As Boolean
    
    
    [Description("A value indicating whether the palette can be changed in this viewer.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public bool CanChangePalette { get; set; }
    
    
    [Description("A value indicating whether the palette can be changed in this viewer.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public: __property bool get_CanChangePalette();
    public: __property void set_CanChangePalette(
    bool value
    );
    [Description("A value indicating whether the palette can be changed in this viewer.")]
    [DefaultValue(True)]
    [Category("VintaSoft")]
    public:
    property bool CanChangePalette { bool get(); void set(bool value); }

    Property Value

    true - palette can be changed; false - palette cannot be changed. Default value is true.
    Requirements

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

    See Also