[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AnnotationBaseBuilder-2.Style

Style Method

Style(SVGStyle)

Sets the Style property.

Declaration
public TBuilder Style(SVGStyle style)
Parameters
Type Name Description
SVGStyle style

The SVGStyle instance

Returns
Type Description
TBuilder

Current builder

Remarks

Gets or sets the style of the annotation.

Style(Action<SVGStyleBuilder>)

Configurates Style. Sets the style of the annotation.

Declaration
public TBuilder Style(Action<SVGStyleBuilder> build)
Parameters
Type Name Description
Action<SVGStyleBuilder> build

The builder function.

Returns
Type Description
TBuilder

Current builder.