FillSettingsGradientAngle Property |
Specifies the Linear gradient fill angle
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.Attribute)]
public float GradientAngle { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property GradientAngle As Single
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property float GradientAngle {
float get ();
void set (float value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member GradientAngle : float32 with get, set
Property Value
Type:
Single
See Also