ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBar - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBar

    Inheritance
    System.Object
    EJTagHelper
    ProgressBar
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.ProgressBar
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ProgressBar : EJTagHelper

    Constructors

    ProgressBar()

    Declaration
    public ProgressBar()

    Properties

    Animation

    Animation for the progress bar

    Declaration
    public ProgressBarAnimation Animation { get; set; }
    Property Value
    Type Description
    ProgressBarAnimation

    AnimationComplete

    Triggers after the animation completed.

    Declaration
    public string AnimationComplete { get; set; }
    Property Value
    Type Description
    System.String

    Annotations

    The configuration for annotation in Progressbar.

    Declaration
    public List<ProgressBarAnnotationSettings> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ProgressBarAnnotationSettings>

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    CornerRadius

    corner type

    Declaration
    public CornerType CornerRadius { get; set; }
    Property Value
    Type Description
    CornerType

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePieProgress

    pie view

    Declaration
    public bool EnablePieProgress { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableProgressSegments

    disable the trackSegment

    Declaration
    public bool EnableProgressSegments { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    right to left

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    EndAngle

    endAngle for circular progress bar

    Declaration
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    GapWidth

    gapwidth of the segment

    Declaration
    public double GapWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    height of the progress bar

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    InnerRadius

    progress radius for circular

    Declaration
    public string InnerRadius { get; set; }
    Property Value
    Type Description
    System.String

    IsActive

    Active state

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    IsGradient

    gradient

    Declaration
    public bool IsGradient { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsIndeterminate

    Indeterminate progress

    Declaration
    public bool IsIndeterminate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsStriped

    striped

    Declaration
    public bool IsStriped { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelOnTrack

    labelOnTrack

    Declaration
    public bool LabelOnTrack { get; set; }
    Property Value
    Type Description
    System.Boolean

    LabelStyle

    Option for customizing the label text.

    Declaration
    public ProgressBarFont LabelStyle { get; set; }
    Property Value
    Type Description
    ProgressBarFont

    Load

    Triggers before the progress bar get rendered.

    Declaration
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    Loaded

    Triggers after the progress bar has loaded.

    Declaration
    public string Loaded { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    Margin

    margin size

    Declaration
    public ProgressBarMargin Margin { get; set; }
    Property Value
    Type Description
    ProgressBarMargin

    Maximum

    maximum progress value

    Declaration
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    Minimum

    minimum progress value

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    MouseClick

    Trigger after mouse click

    Declaration
    public string MouseClick { get; set; }
    Property Value
    Type Description
    System.String

    MouseDown

    Trigger after mouse down

    Declaration
    public string MouseDown { get; set; }
    Property Value
    Type Description
    System.String

    MouseLeave

    Trigger after mouse down

    Declaration
    public string MouseLeave { get; set; }
    Property Value
    Type Description
    System.String

    MouseMove

    Trigger after mouse move

    Declaration
    public string MouseMove { get; set; }
    Property Value
    Type Description
    System.String

    MouseUp

    Trigger after mouse up

    Declaration
    public string MouseUp { get; set; }
    Property Value
    Type Description
    System.String

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    ProgressColor

    progressColor

    Declaration
    public string ProgressColor { get; set; }
    Property Value
    Type Description
    System.String

    ProgressCompleted

    Triggers after the progress value completed.

    Declaration
    public string ProgressCompleted { get; set; }
    Property Value
    Type Description
    System.String

    ProgressThickness

    progress thickness

    Declaration
    public double ProgressThickness { get; set; }
    Property Value
    Type Description
    System.Double

    Radius

    track radius for circular

    Declaration
    public string Radius { get; set; }
    Property Value
    Type Description
    System.String

    RangeColors

    RangeColor in Progressbar.

    Declaration
    public object RangeColors { get; set; }
    Property Value
    Type Description
    System.Object

    Role

    modes of linear progress

    Declaration
    public ModeType Role { get; set; }
    Property Value
    Type Description
    ModeType

    SecondaryProgress

    secondary progress value

    Declaration
    public double SecondaryProgress { get; set; }
    Property Value
    Type Description
    System.Double

    SegmentColor

    Segment color

    Declaration
    public string[] SegmentColor { get; set; }
    Property Value
    Type Description
    System.String[]

    SegmentCount

    segmentCount of the progress bar

    Declaration
    public double SegmentCount { get; set; }
    Property Value
    Type Description
    System.Double

    ShowProgressValue

    label of the progress bar

    Declaration
    public bool ShowProgressValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    StartAngle

    startAngle for circular progress bar

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    TextRender

    Triggers before the progress bar label renders.

    Declaration
    public string TextRender { get; set; }
    Property Value
    Type Description
    System.String

    Theme

    theme style

    Declaration
    public ProgressTheme Theme { get; set; }
    Property Value
    Type Description
    ProgressTheme

    TrackColor

    trackColor

    Declaration
    public string TrackColor { get; set; }
    Property Value
    Type Description
    System.String

    TrackThickness

    track thickness

    Declaration
    public double TrackThickness { get; set; }
    Property Value
    Type Description
    System.Double

    Type

    type of the progress bar

    Declaration
    public ProgressType Type { get; set; }
    Property Value
    Type Description
    ProgressType

    Value

    progress value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    ValueChanged

    Triggers after the value has changed.

    Declaration
    public string ValueChanged { get; set; }
    Property Value
    Type Description
    System.String

    Width

    width of the progress bar

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved