ProgressCircle

Wisej.Web.Ext.ProgressCircle.ProgressCircle

Namespace: Wisej.Web.Ext.ProgressCircle

Assembly: Wisej.Web.Ext.ProgressCircle (3.2.0.0)

The ProgressCircle control is an example on how to create a custom component in Wisej by extending the Canvasarrow-up-right control. The new component is entirely drawn on the client side on a HTML5 Canvas element receiving the drawing instructions from the server.

public class ProgressCircle : Canvas

Constructors

ProgressCircle()

Properties

AppearanceKey

Stringarrow-up-right: Sets the appearance key for the theme engine. (Default: "progress-circle")

Overridden to change the appearance key without serializing the new default in the designer.

BackColor

Colorarrow-up-right: Returns or sets the fill color when the property FillCirclearrow-up-right is set to true.

FillCircle

Booleanarrow-up-right: Returns or sets a value that indicates whether the circle is filled with the background color. (Default: False)

Font

Fontarrow-up-right: Gets or sets the font of the text displayed by the control.

ForeColor

Colorarrow-up-right: Returns or sets the foreground color of the control.

LineCap

CanvasLineCaparrow-up-right: Sets or returns the style of the end caps for a line. (Default: Butt)

LineWidth

Int32arrow-up-right: Returns or sets the line width use to draw the circle.

ShowValue

Booleanarrow-up-right: Returns or sets a value that indicates whether the text is displayed in the middle of the circle. (Default: True)

Value

Int32arrow-up-right: Returns or sets the progress value between 0 and 100. (Default: 0)

Last updated

Was this helpful?