'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the general color for the render info.")> <System.ComponentModel.EditorAttribute(Nevron.UI.WinForm.Controls.NColorEditor, System.Drawing.Design.UITypeEditor)> Public Overridable Property Color As System.Drawing.Color
'Usage
Dim instance As NRenderInfo Dim value As System.Drawing.Color instance.Color = value value = instance.Color
[System.ComponentModel.Description("Gets/sets the general color for the render info.")] [System.ComponentModel.Editor(Nevron.UI.WinForm.Controls.NColorEditor, System.Drawing.Design.UITypeEditor)] public virtual System.Drawing.Color Color {get; set;}