Class ProgressBar
Inheritance
System.Object
ProgressBar
Assembly: Syncfusion.EJ2.dll
Syntax
public class ProgressBar : EJTagHelper
Constructors
ProgressBar()
Declaration
Properties
Animation
Animation for the progress bar
Declaration
public ProgressBarAnimation Animation { get; set; }
Property Value
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
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
CornerRadius
Declaration
public CornerType CornerRadius { get; set; }
Property Value
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePieProgress
Declaration
public bool EnablePieProgress { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableProgressSegments
Declaration
public bool EnableProgressSegments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
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
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
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
IsGradient
Declaration
public bool IsGradient { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIndeterminate
Declaration
public bool IsIndeterminate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStriped
Declaration
public bool IsStriped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
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
Declaration
public ProgressBarMargin Margin { get; set; }
Property Value
Maximum
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
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
Declaration
public string MouseDown { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseLeave
Declaration
public string MouseLeave { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseMove
Declaration
public string MouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseUp
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
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
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
Declaration
public ModeType Role { get; set; }
Property Value
SecondaryProgress
Declaration
public double SecondaryProgress { get; set; }
Property Value
Type |
Description |
System.Double |
|
SegmentColor
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
TextRender
Triggers before the progress bar label renders.
Declaration
public string TextRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Theme
Declaration
public ProgressTheme Theme { get; set; }
Property Value
TrackColor
Declaration
public string TrackColor { get; set; }
Property Value
Type |
Description |
System.String |
|
TrackThickness
Declaration
public double TrackThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public ProgressType Type { get; set; }
Property Value
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 |
|