ProgressCircle
Wisej.Web.Ext.ProgressCircle.ProgressCircle
Last updated
Was this helpful?
Wisej.Web.Ext.ProgressCircle.ProgressCircle
Last updated
Was this helpful?
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 control. The new component is entirely drawn on the client side on a HTML5 Canvas element receiving the drawing instructions from the server.
: 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.
: Returns or sets the fill color when the property is set to true.
: Returns or sets a value that indicates whether the circle is filled with the background color. (Default: False
)
: Gets or sets the font of the text displayed by the control.
: Returns or sets the foreground color of the control.
: Sets or returns the style of the end caps for a line. (Default: Butt
)
: Returns or sets the line width use to draw the circle.
: Returns or sets a value that indicates whether the text is displayed in the middle of the circle. (Default: True
)
: Returns or sets the progress value between 0 and 100. (Default: 0
)