'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("Whether the custom min value should be used.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property HasCustomMin As System.Boolean
'Usage
Dim instance As NPalette Dim value As System.Boolean instance.HasCustomMin = value value = instance.HasCustomMin
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("Whether the custom min value should be used.")] [System.Xml.Serialization.XmlAttribute()] public System.bool HasCustomMin {get; set;}