[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.AnnotationLayerBuilder-1

AnnotationLayerBuilder<T> Class

Defines a builder to configurate AnnotationLayer<T>.

Inheritance
HideObjectMembers
ExtenderBuilder<AnnotationLayer<T>, AnnotationLayerBuilder<T>>
AnnotationLayerBuilder<T>
Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class AnnotationLayerBuilder<T> : ExtenderBuilder<AnnotationLayer<T>, AnnotationLayerBuilder<T>>, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
AnnotationLayerBuilder(AnnotationLayer<T>)

Create one FlexGridFilterBuilder instance.

Methods

Name Description
AddCircle(Action<CircleBuilder>)

Add circle annotation for annotationlayer.

AddEllipse(Action<EllipseBuilder>)

Add ellipse annotation for annotationlayer.

AddImage(Action<ImageBuilder>)

Add image annotation for annotationlayer.

AddLine(Action<LineBuilder>)

Add line annotation for annotationlayer.

AddPolygon(Action<PolygonBuilder>)

Add polygon annotation for annotationlayer.

AddRectangle(Action<RectangleBuilder>)

Add rectangle annotation for annotationlayer.

AddSquare(Action<SquareBuilder>)

Add square annotation for annotationlayer.

AddText(Action<TextBuilder>)

Add text annotation for annotationlayer.

Extension Methods