'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the end color of the push gradient.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CheckEnd As NColorInfo
'Usage
Dim instance As NColorTable Dim value As NColorInfo instance.CheckEnd = value value = instance.CheckEnd
[System.ComponentModel.Description("Gets/sets the end color of the push gradient.")] [System.Xml.Serialization.XmlIgnore()] public NColorInfo CheckEnd {get; set;}