Class RadLinearProgressBar
Represents a control that is used to visualize the progression of an extended task.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadLinearProgressBar : RadLayout
Constructors
RadLinearProgressBar()
Declaration
public RadLinearProgressBar()
Fields
AlternateTextColorProperty
Identifies the Alternate
Declaration
public static readonly BindableProperty AlternateTextColorProperty
Field Value
Microsoft.
|
CustomTextProperty
Identifies the Custom
Declaration
public static readonly BindableProperty CustomTextProperty
Field Value
Microsoft.
|
FontSizeProperty
Identifies the Font
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.
|
IndeterminateAnimationDurationProperty
Identifies the Indeterminate
Declaration
public static readonly BindableProperty IndeterminateAnimationDurationProperty
Field Value
Microsoft.
|
IndeterminateAnimationEasingProperty
Identifies the Indeterminate
Declaration
public static readonly BindableProperty IndeterminateAnimationEasingProperty
Field Value
Microsoft.
|
IsIndeterminateProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsIndeterminateProperty
Field Value
Microsoft.
|
LabelHorizontalOptionsProperty
Identifies the Label
Declaration
public static readonly BindableProperty LabelHorizontalOptionsProperty
Field Value
Microsoft.
|
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.
|
ProgressAnimationDurationProperty
Identifies the Progress
Declaration
public static readonly BindableProperty ProgressAnimationDurationProperty
Field Value
Microsoft.
|
ProgressAnimationEasingProperty
Identifies the Progress
Declaration
public static readonly BindableProperty ProgressAnimationEasingProperty
Field Value
Microsoft.
|
ProgressCornerRadiusProperty
Identifies the Progress
Declaration
public static readonly BindableProperty ProgressCornerRadiusProperty
Field Value
Microsoft.
|
ProgressFillProperty
Identifies the Progress
Declaration
public static readonly BindableProperty ProgressFillProperty
Field Value
Microsoft.
|
ProgressProperty
Identifies the Progress property.
Declaration
public static readonly BindableProperty ProgressProperty
Field Value
Microsoft.
|
SegmentCountProperty
Identifies the Segment
Declaration
public static readonly BindableProperty SegmentCountProperty
Field Value
Microsoft.
|
SegmentSeparatorFillProperty
Identifies the Segment
Declaration
public static readonly BindableProperty SegmentSeparatorFillProperty
Field Value
Microsoft.
|
SegmentSeparatorThicknessProperty
Identifies the Segment
Declaration
public static readonly BindableProperty SegmentSeparatorThicknessProperty
Field Value
Microsoft.
|
StringFormatProperty
Identifies the String
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.
|
TextColorProperty
Identifies the Text
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.
|
TrackCornerRadiusProperty
Identifies the Track
Declaration
public static readonly BindableProperty TrackCornerRadiusProperty
Field Value
Microsoft.
|
TrackFillProperty
Identifies the Track
Declaration
public static readonly BindableProperty TrackFillProperty
Field Value
Microsoft.
|
TrackThicknessProperty
Identifies the Track
Declaration
public static readonly BindableProperty TrackThicknessProperty
Field Value
Microsoft.
|
ValueDisplayModeProperty
Identifies the Value
Declaration
public static readonly BindableProperty ValueDisplayModeProperty
Field Value
Microsoft.
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.
|
Properties
AlternateTextColor
Gets or sets the alternate color of the text of the control.
Declaration
public Color AlternateTextColor { get; set; }
Property Value
Microsoft.
|
CustomText
Gets or sets the custom text of the determinate progress bar. The text is visible when the ValueDisplayMode property is set to Text.
Declaration
public string CustomText { get; set; }
Property Value
System.
|
FontSize
Gets or sets the FontSize of the control.
Declaration
public double FontSize { get; set; }
Property Value
System.
|
IndeterminateAnimationDuration
Gets or sets the animation duration of the indeterminate progress bar animation.
Declaration
public int IndeterminateAnimationDuration { get; set; }
Property Value
System.
|
IndeterminateAnimationEasing
Gets or sets the animation Microsoft.
Declaration
public Easing IndeterminateAnimationEasing { get; set; }
Property Value
Microsoft.
|
IsIndeterminate
Gets or sets a boolean value indicating if the progress bar is indeterminate. The default value is false.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.
|
LabelHorizontalOptions
Gets or sets the horizontal options of the control's label. Default value is Microsoft.
Declaration
public LayoutOptions LabelHorizontalOptions { get; set; }
Property Value
Microsoft.
|
Maximum
Gets or sets the Maximum. The default value is 100.
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Gets or sets the Minimum. The default value is 0.
Declaration
public double Minimum { get; set; }
Property Value
System.
|
Progress
Gets the current progress of the ProgressBar.
Declaration
public double Progress { get; }
Property Value
System.
|
ProgressAnimationDuration
Gets or sets the animation duration of the determinate progress bar animation.
Declaration
public int ProgressAnimationDuration { get; set; }
Property Value
System.
|
ProgressAnimationEasing
Gets or sets the animation Microsoft.
Declaration
public Easing ProgressAnimationEasing { get; set; }
Property Value
Microsoft.
|
ProgressCornerRadius
Gets or sets the corner radius of the progress indicator.
Declaration
public CornerRadius ProgressCornerRadius { get; set; }
Property Value
Microsoft.
|
ProgressFill
Gets or sets the color of the progress indicator.
Declaration
public Brush ProgressFill { get; set; }
Property Value
Microsoft.
|
SegmentCount
Gets or sets the SegmentCount which determines in how many segments the ProgressBar will be separated.
Declaration
public int SegmentCount { get; set; }
Property Value
System.
|
SegmentSeparatorFill
Gets or sets the color of the SegmentSeparator.
Declaration
public Brush SegmentSeparatorFill { get; set; }
Property Value
Microsoft.
|
SegmentSeparatorThickness
Gets or sets the thickness of the SegmentSeparator.
Declaration
public double SegmentSeparatorThickness { get; set; }
Property Value
System.
|
StringFormat
Gets or sets the string format applied to the numeric value showing the progress.
Declaration
public string StringFormat { get; set; }
Property Value
System.
|
TextColor
Gets or sets the color of the text of the control.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.
|
TrackCornerRadius
Gets or sets the corner radius of the background track.
Declaration
public CornerRadius TrackCornerRadius { get; set; }
Property Value
Microsoft.
|
TrackFill
Gets or sets the color of the background track.
Declaration
public Brush TrackFill { get; set; }
Property Value
Microsoft.
|
TrackThickness
Gets or sets the thickness of the background track.
Declaration
public double TrackThickness { get; set; }
Property Value
System.
|
Value
Gets or sets the value of the progress bar.
Declaration
public double Value { get; set; }
Property Value
System.
|
ValueDisplayMode
Gets or sets the ValueDisplayMode which determines how the progress will be displayed. Default mode is Percent.
Declaration
public ValueDisplayMode ValueDisplayMode { get; set; }
Property Value
Events
ProgressChanged
Occurs when the Progress property has changed.
Declaration
public event EventHandler<ProgressChangedEventArgs> ProgressChanged
Event Type
System.
|
ProgressCompleted
Declaration
public event EventHandler ProgressCompleted
Event Type
System.
|