New to Telerik UI for ASP.NET Core? Download free 30-day trial

DiagramShapeFillSettingsBuilder

Methods

Center(System.Double[])

The center of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.

Parameters

value - System.Double[]

The value that configures the center.

Start(System.Double[])

The start of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.

Parameters

value - System.Double[]

The value that configures the start.

End(System.Double[])

The end of the radial gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right.

Parameters

value - System.Double[]

The value that configures the end.

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<DiagramShapeFillGradientSettingsBuilder>

The configurator for the gradient setting.

In this article
Not finding the help you need?