VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / PaletteViewer Class / CanChangePalette Property
Синтаксис Требования Смотрите также
В этом разделе
CanChangePalette Свойство (PaletteViewer)
В этом разделе
Возвращает или задает значение, указывающее, можно ли изменить палитру в этом средстве просмотра.
Синтаксис
'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; }

Property Value

true - палитру можно изменить; false - палитру изменить нельзя.
Значение по умолчанию - true.
Требования

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

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