'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the paint effect applied after the gauge is painted")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NPaintEffectStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property PaintEffect As NPaintEffectStyle
'Usage
Dim instance As NContentPanel Dim value As NPaintEffectStyle instance.PaintEffect = value value = instance.PaintEffect
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the paint effect applied after the gauge is painted")] [System.ComponentModel.Editor(Nevron.Editors.NPaintEffectStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NPaintEffectStyle PaintEffect {get; set;}