Class SfLinearProgressBar
Represents the class for linear progress bar.
Inherited Members
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. |