New to Telerik UI for ASP.NET Core? Download free 30-day trial

CircularProgressBarBuilder

Properties

WriteAction - Func

Methods

AriaRole(System.Boolean)

If set to true the Circular ProgressBar will have its role attribute set to progressbar. It will also render its aria-valuemin, aria-valuemax, and aria-valuenow attributes.

Parameters

value - System.Boolean

The value for AriaRole

AriaRole()

If set to true the Circular ProgressBar will have its role attribute set to progressbar. It will also render its aria-valuemin, aria-valuemax, and aria-valuenow attributes.

CenterTemplate(System.String)

The template that will be displayed in the center of the progress bar. Template variables: * value - the value * color - the matching color for the value

Parameters

value - System.String

The value for CenterTemplate

CenterTemplateId(System.String)

The template that will be displayed in the center of the progress bar. Template variables: * value - the value * color - the matching color for the value

Parameters

templateId - System.String

The ID of the template element for CenterTemplate

CenterTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template that will be displayed in the center of the progress bar. Template variables: * value - the value * color - the matching color for the value

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for CenterTemplate

CenterTemplateHandler(System.String)

The template that will be displayed in the center of the progress bar. Template variables: * value - the value * color - the matching color for the value

Parameters

templateHandler - System.String

The handler that returs the template for CenterTemplate

CenterTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template that will be displayed in the center of the progress bar. Template variables: * value - the value * color - the matching color for the value

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the centertemplate.

Color(System.String)

The color of the value pointer. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

Colors(System.Action)

The color ranges of the value pointer. The pointer color will be set to the color from the range that contains the current value.

Parameters

configurator - System.Action<CircularProgressBarColorFactory>

The configurator for the colors setting.

Label(System.String)

The label that would be used as a aria-label for the Circular ProgressBar element. Will be applied only if ariaRole is set to true.

Parameters

value - System.String

The value for Label

LabelId(System.String)

The ID of the element that will be used as a label of the Circular ProgressBar. Will be used as a value of the aria-labelledby attribute. Will be applied only if ariaRole is set to true.

Parameters

value - System.String

The value for LabelId

Opacity(System.Double)

The opacity of the value pointer.

Parameters

value - System.Double

The value for Opacity

Theme(System.String)

The gauge theme. This can be either a built-in theme or "sass". When set to "sass" the gauge will read the variables from the Sass-based themes.The supported values are: "sass" - special value, see notes; "black"; "blueopal"; "bootstrap"; "default"; "highcontrast"; "metro"; "metroblack"; "moonlight"; "silver" or "uniform".

Parameters

value - System.String

The value for Theme

Transitions(System.Boolean)

A value indicating if transition animations should be played.

Parameters

value - System.Boolean

The value for Transitions

Indeterminate(System.Boolean)

A value indicating whether endloess loading is enabled

Parameters

value - System.Boolean

The value for Indeterminate

PointerWidth(System.Double)

A value indicating how wide will the pointer be

Parameters

value - System.Double

The value for PointerWidth

Value(System.Double)

The component value.

Parameters

value - System.Double

The value for Value

ToComponent()

Returns the internal view component.

Expression(System.String)

Sets the name of the component.

Parameters

modelExpression - System.String

Explorer(Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer)

Sets the name of the component.

Parameters

modelExplorer - Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer

Name(System.String)

Sets the name of the component.

Parameters

componentName - System.String

The name.

Deferred(System.Boolean)

Suppress initialization script rendering. Note that this options should be used in conjunction with

Parameters

deferred - System.Boolean

HtmlAttributes(System.Object)

Sets the HTML attributes.

Parameters

attributes - System.Object

The HTML attributes.

HtmlAttributes(System.Collections.Generic.IDictionary)

Sets the HTML attributes.

Parameters

attributes - System.Collections.Generic.IDictionary<String,Object>

The HTML attributes.

Render()

Renders the component in place.

ToHtmlString()

WriteTo(System.IO.TextWriter,System.Text.Encodings.Web.HtmlEncoder)

Parameters

writer - System.IO.TextWriter
encoder - System.Text.Encodings.Web.HtmlEncoder

ToClientTemplate()

AsChildComponent()

Configures the widget as a child component.

In this article
Not finding the help you need?