[]
Defines a builder to configurate Shape.
public abstract class ShapeBuilder<TControl, TBuilder> : AnnotationBaseBuilder<TControl, TBuilder> where TControl : Shape where TBuilder : ShapeBuilder<TControl, TBuilder>
Name | Description |
---|---|
TControl | |
TBuilder |
Name | Description |
---|---|
ShapeBuilder(TControl) | Creates one ShapeBuilder<TControl, TBuilder> instance to configurate |
Name | Description |
---|---|
Content(string) | Configurates Content. Sets the text of the annotation. |