Skip to main content

ProgressCircle

Namespace: Wisej.Web.Ext.ProgressCircle

Assembly: Wisej.Web.Ext.ProgressCircle

The ProgressCircle control is an example on how to create a custom component in Wisej by extending the Canvas 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

Instance memberProgressCircle()

Properties

Instance memberAppearanceKey

String: 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.

Instance memberBackColor

Color: Returns or sets the fill color when the property FillCircle is set to true.

Instance memberFillCircle

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

Instance memberFont

Font: Gets or sets the font of the text displayed by the control.

Instance memberForeColor

Color: Returns or sets the foreground color of the control.

Instance memberLineCap

CanvasLineCap: Sets or returns the style of the end caps for a line. (Default: Butt)

Instance memberLineWidth

Int32: Returns or sets the line width use to draw the circle.

Instance memberShowValue

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

Instance memberValue

Int32: Returns or sets the progress value between 0 and 100. (Default: 0)