'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("When this property is enabled the zone colors gradate smoothly from one to another.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SmoothPalette As System.Boolean
'Usage
Dim instance As NPalette Dim value As System.Boolean instance.SmoothPalette = value value = instance.SmoothPalette
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("When this property is enabled the zone colors gradate smoothly from one to another.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool SmoothPalette {get; set;}