Angle for the gradient pattern, in degrees.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[DefaultValueAttribute()]
[CategoryAttribute("Gradient")]
public int Angle { get; set; }
Visual Basic
<DefaultValueAttribute()> _
<CategoryAttribute("Gradient")> _
Public Property Angle As Integer
	Get
	Set

Remarks

The default value for this property is 0.

See Also