XpsRadialGradientBrushRadiusY Property |
Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient.
Namespace:
Aspose.Page.XPS.XpsModel
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic float RadiusY { get; set; }Public Property RadiusY As Single
Get
Set
public:
property float RadiusY {
float get ();
void set (float value);
}member RadiusY : float32 with get, set
Property Value
Type:
Single
See Also