GradientFormatGradientShape Property |
Returns or sets the shape of a gradient.
Read/write
GradientShape.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic GradientShape GradientShape { get; set; }
Public Property GradientShape As GradientShape
Get
Set
public:
virtual property GradientShape GradientShape {
GradientShape get () sealed;
void set (GradientShape value) sealed;
}
abstract GradientShape : GradientShape with get, set
override GradientShape : GradientShape with get, set
Property Value
Type:
GradientShapeImplements
IGradientFormatGradientShape
See Also