menu

WPF

  • Code Examples
  • 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.AnimationDuration
    ProgressBarBase.AnimationEasing
    ProgressBarBase.AnimationEasingProperty
    ProgressBarBase.GapWidth
    ProgressBarBase.GapWidthProperty
    ProgressBarBase.IndeterminateIndicatorWidth
    ProgressBarBase.IndeterminateIndicatorWidthProperty
    ProgressBarBase.IndicatorCornerRadius
    ProgressBarBase.IndicatorCornerRadiusProperty
    ProgressBarBase.IsIndeterminate
    ProgressBarBase.IsIndeterminateProperty
    ProgressBarBase.Maximum
    ProgressBarBase.MaximumProperty
    ProgressBarBase.Minimum
    ProgressBarBase.MinimumProperty
    ProgressBarBase.Progress
    ProgressBarBase.ProgressColor
    ProgressBarBase.ProgressColorProperty
    ProgressBarBase.ProgressProperty
    ProgressBarBase.RangeColors
    ProgressBarBase.RangeColorsProperty
    ProgressBarBase.SecondaryProgress
    ProgressBarBase.SecondaryProgressColor
    ProgressBarBase.SecondaryProgressColorProperty
    ProgressBarBase.SecondaryProgressProperty
    ProgressBarBase.SegmentCount
    ProgressBarBase.SegmentCountProperty
    ProgressBarBase.TrackColor
    ProgressBarBase.TrackColorProperty
    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
    System.Windows.DependencyProperty

    Properties

    IndicatorPadding

    Gets or sets the padding value for the progress indicator.

    Declaration
    public Thickness IndicatorPadding { get; set; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved