Gets the VisualEffects object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[EditorAttribute(typeof(SmartPainterEditor), typeof(UITypeEditor))]
public VisualEffects VisualEffects { get; }
Visual Basic
<EditorAttribute(GetType(SmartPainterEditor), GetType(UITypeEditor))> _
Public ReadOnly Property VisualEffects As VisualEffects
	Get

See Also