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
Radius(System.Double)
The radius of the radial gradient relative to the shape bounding box.
Parameters
value - System.Double
The value for Radius
Stops(System.Action)
The array of gradient color stops.
Parameters
configurator - System.Action<DiagramShapeFillGradientSettingsStopFactory>
The configurator for the stops setting.