DiagramShapeFillGradientSettingsBuilder
Methods
Type(System.String)
The type of the gradient. The supported values are: linear or radial.
Parameters
value - System.String
The value for Type
RETURNS
Returns the current DiagramShapeFillGradientSettingsBuilder instance.
Radius(System.Double)
The radius of the radial gradient relative to the shape bounding box.
Parameters
value - System.Double
The value for Radius
RETURNS
Returns the current DiagramShapeFillGradientSettingsBuilder instance.
Stops(System.Action)
The array of gradient color stops.
Parameters
configurator - System.Action<DiagramShapeFillGradientSettingsStopFactory>
The configurator for the stops setting.
RETURNS
Returns the current instance of DiagramShapeFillGradientSettingsBuilder .