DiagramShapeFillSettingsBuilder
Defines the fluent API for configuring the DiagramShapeFillSettings settings.
Methods
Color(System.String)
Defines the fill color of the shape.
Parameters
value - System.String
The value that configures the color.
Opacity(System.Double)
Defines the fill opacity of the shape.
Parameters
value - System.Double
The value that configures the opacity.
Gradient(System.Action)
Defines the gradient fill of the shape.
Parameters
configurator - System.Action<DiagramShapeFillGradientSettingsBuilder>
The action that configures the gradient.