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

Syntax

C#
[BrowsableAttribute(false)]
[CategoryAttribute("3. Light")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public float Intensity { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<CategoryAttribute("3. Light")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property Intensity As Single
	Get
	Set

See Also