DiagramShapeFillGradientSettingsTagHelper
Example
Razor
<gradient>
<stops></stops>
</gradient>
ChildTags
| Tag Name | Details |
|---|---|
| stops | DiagramShapeFillGradientSettingsStopsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| center | 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. |
| end | Double[] | The end point of the linear gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right. |
| radius | Double | The radius of the radial gradient relative to the shape bounding box. |
| start | Double[] | The start point of the linear gradient.Coordinates are relative to the shape bounding box. For example [0, 0] is top left and [1, 1] is bottom right. |
| type | String | The type of the gradient. The supported values are: linear or radial. |