skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadLinearProgressBar

Inheritance
System.Object
RadLayout<Xamarin.Forms.View>
RadLinearProgressBar
Inherited Members
RadLayout<View>.OnMeasure(Double, Double)
RadLayout<View>.LayoutChildren(Double, Double, Double, Double)
RadLayout<View>.ShouldInvalidateOnChildAdded(View)
RadLayout<View>.ShouldInvalidateOnChildRemoved(View)
RadLayout<View>.SuppressInvalidation
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

Declaration
public ValueDisplayMode ValueDisplayMode { get; set; }
Property Value
ValueDisplayMode

Events

ProgressChanged

Declaration
public event EventHandler<ProgressChangedEventArgs> ProgressChanged
Event Type
System.EventHandler<ProgressChangedEventArgs>

ProgressCompleted

Declaration
public event EventHandler ProgressCompleted
Event Type
System.EventHandler

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.