[]
        
(Showing Draft Content)

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

Style Method

Style(SVGStyle)

Sets the Style property.

Declaration
public TBuilder Style(SVGStyle style)
Public Function Style(style As SVGStyle) As TBuilder
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)
Public Function Style(build As Action(Of SVGStyleBuilder)) As TBuilder
Parameters
Type Name Description
Action<SVGStyleBuilder> build

The builder function.

Returns
Type Description
TBuilder

Current builder.