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