GradientFormatLinearGradientAngle Property |
Returns or sets the angle of a gradient.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public float LinearGradientAngle { get; set; }
Public Property LinearGradientAngle As Single
Get
Set
public:
virtual property float LinearGradientAngle {
float get () sealed;
void set (float value) sealed;
}
abstract LinearGradientAngle : float32 with get, set
override LinearGradientAngle : float32 with get, set
Property Value
Type:
SingleImplements
IGradientFormatLinearGradientAngleSee Also