WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfLinearProgressBar - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfLinearProgressBar

    Represents the class for linear progress bar.

    Inheritance
    System.Object
    ProgressBarBase
    SfLinearProgressBar
    Inherited Members
    ProgressBarBase.IndeterminateIndicatorWidthProperty
    ProgressBarBase.IndicatorCornerRadiusProperty
    ProgressBarBase.AnimationEasingProperty
    ProgressBarBase.MaximumProperty
    ProgressBarBase.MinimumProperty
    ProgressBarBase.ProgressProperty
    ProgressBarBase.ProgressColorProperty
    ProgressBarBase.TrackColorProperty
    ProgressBarBase.IsIndeterminateProperty
    ProgressBarBase.SegmentCountProperty
    ProgressBarBase.GapWidthProperty
    ProgressBarBase.RangeColorsProperty
    ProgressBarBase.SecondaryProgressColorProperty
    ProgressBarBase.SecondaryProgressProperty
    ProgressBarBase.IndeterminateIndicatorWidth
    ProgressBarBase.IndicatorCornerRadius
    ProgressBarBase.AnimationEasing
    ProgressBarBase.IsIndeterminate
    ProgressBarBase.SegmentCount
    ProgressBarBase.GapWidth
    ProgressBarBase.ProgressColor
    ProgressBarBase.Progress
    ProgressBarBase.Minimum
    ProgressBarBase.Maximum
    ProgressBarBase.TrackColor
    ProgressBarBase.AnimationDuration
    ProgressBarBase.RangeColors
    ProgressBarBase.SecondaryProgress
    ProgressBarBase.SecondaryProgressColor
    Namespace: Syncfusion.UI.Xaml.ProgressBar
    Assembly: Syncfusion.SfProgressBar.WPF.dll
    Syntax
    public class SfLinearProgressBar : ProgressBarBase

    Constructors

    SfLinearProgressBar()

    Initializes a new instance of the SfLinearProgressBar class.

    Declaration
    public SfLinearProgressBar()

    Fields

    IndicatorPaddingProperty

    Dependency property for IndicatorPadding.

    Declaration
    public static readonly DependencyProperty IndicatorPaddingProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IndicatorPadding

    Gets or sets the padding value for the progress indicator.

    Declaration
    public Thickness IndicatorPadding { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Methods

    MeasureOverride(Size)

    Called when element is measured.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    Available size.

    Returns
    Type Description
    System.Windows.Size

    Total size of the control.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved