Class RadLinearProgressBar
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadLinearProgressBar : RadLayout<View>
Constructors
RadLinearProgressBar()
Declaration
public RadLinearProgressBar()
Fields
AlternateTextColorProperty
Declaration
public static readonly BindableProperty AlternateTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CustomTextProperty
Declaration
public static readonly BindableProperty CustomTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndeterminateAnimationDurationProperty
Declaration
public static readonly BindableProperty IndeterminateAnimationDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndeterminateAnimationEasingProperty
Declaration
public static readonly BindableProperty IndeterminateAnimationEasingProperty
Field Value
Xamarin.Forms.BindableProperty
|
IndeterminateFillProperty
Declaration
public static readonly BindableProperty IndeterminateFillProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsIndeterminateProperty
Declaration
public static readonly BindableProperty IsIndeterminateProperty
Field Value
Xamarin.Forms.BindableProperty
|
LabelHorizontalOptionsProperty
Declaration
public static readonly BindableProperty LabelHorizontalOptionsProperty
Field Value
Xamarin.Forms.BindableProperty
|
MaximumProperty
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Xamarin.Forms.BindableProperty
|
MinimumProperty
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Xamarin.Forms.BindableProperty
|
ProgressAnimationDurationProperty
Declaration
public static readonly BindableProperty ProgressAnimationDurationProperty
Field Value
Xamarin.Forms.BindableProperty
|
ProgressAnimationEasingProperty
Declaration
public static readonly BindableProperty ProgressAnimationEasingProperty
Field Value
Xamarin.Forms.BindableProperty
|
ProgressFillProperty
Declaration
public static readonly BindableProperty ProgressFillProperty
Field Value
Xamarin.Forms.BindableProperty
|
ProgressProperty
Declaration
public static readonly BindableProperty ProgressProperty
Field Value
Xamarin.Forms.BindableProperty
|
SegmentCountProperty
Declaration
public static readonly BindableProperty SegmentCountProperty
Field Value
Xamarin.Forms.BindableProperty
|
SegmentSeparatorFillProperty
Declaration
public static readonly BindableProperty SegmentSeparatorFillProperty
Field Value
Xamarin.Forms.BindableProperty
|
SegmentSeparatorThicknessProperty
Declaration
public static readonly BindableProperty SegmentSeparatorThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
StringFormatProperty
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TrackFillProperty
Declaration
public static readonly BindableProperty TrackFillProperty
Field Value
Xamarin.Forms.BindableProperty
|
ValueDisplayModeProperty
Declaration
public static readonly BindableProperty ValueDisplayModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
ValueProperty
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AlternateTextColor
Declaration
public Color AlternateTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
CustomText
Declaration
public string CustomText { get; set; }
Property Value
System.String
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
IndeterminateAnimationDuration
Declaration
public int IndeterminateAnimationDuration { get; set; }
Property Value
System.Int32
|
IndeterminateAnimationEasing
Declaration
public Easing IndeterminateAnimationEasing { get; set; }
Property Value
Xamarin.Forms.Easing
|
IndeterminateFill
Declaration
public Brush IndeterminateFill { get; set; }
Property Value
Xamarin.Forms.Brush
|
IsIndeterminate
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.Boolean
|
LabelHorizontalOptions
Declaration
public LayoutOptions LabelHorizontalOptions { get; set; }
Property Value
Xamarin.Forms.LayoutOptions
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|
Progress
Declaration
public double Progress { get; }
Property Value
System.Double
|
ProgressAnimationDuration
Declaration
public int ProgressAnimationDuration { get; set; }
Property Value
System.Int32
|
ProgressAnimationEasing
Declaration
public Easing ProgressAnimationEasing { get; set; }
Property Value
Xamarin.Forms.Easing
|
ProgressFill
Declaration
public Brush ProgressFill { get; set; }
Property Value
Xamarin.Forms.Brush
|
SegmentCount
Declaration
public int SegmentCount { get; set; }
Property Value
System.Int32
|
SegmentSeparatorFill
Declaration
public Brush SegmentSeparatorFill { get; set; }
Property Value
Xamarin.Forms.Brush
|
SegmentSeparatorThickness
Declaration
public double SegmentSeparatorThickness { get; set; }
Property Value
System.Double
|
StringFormat
Declaration
public string StringFormat { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
TrackFill
Declaration
public Brush TrackFill { get; set; }
Property Value
Xamarin.Forms.Brush
|
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|
ValueDisplayMode
Events
ProgressChanged
Declaration
public event EventHandler<ProgressChangedEventArgs> ProgressChanged
Event Type
System.EventHandler<ProgressChangedEventArgs>
|
ProgressCompleted
Declaration
public event EventHandler ProgressCompleted
Event Type
System.EventHandler
|