DiagramShapeDefaultsFillSettingsBuilder
Methods
Color(System.String)
Defines the fill color of the shape.
Parameters
value - System.String
The value for Color
Opacity(System.Double)
Defines the fill opacity of the shape.
Parameters
value - System.Double
The value for Opacity
Gradient(System.Action)
Defines the gradient fill of the shape.
Parameters
configurator - System.Action<DiagramShapeDefaultsFillGradientSettingsBuilder>
The configurator for the gradient setting.