[]
Sets the Style property.
public TBuilder Style(SVGStyle style)
Type | Name | Description |
---|---|---|
SVGStyle | style | The SVGStyle instance |
Type | Description |
---|---|
TBuilder | Current builder |
Gets or sets the style of the annotation.
Configurates Style. Sets the style of the annotation.
public TBuilder Style(Action<SVGStyleBuilder> build)
Type | Name | Description |
---|---|---|
Action<SVGStyleBuilder> | build | The builder function. |
Type | Description |
---|---|
TBuilder | Current builder. |