Class ProgressPresenter
Inheritance
System.Object
ProgressPresenter
Namespace: Telerik.Windows.Rendering
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class ProgressPresenter : Panel
Constructors
ProgressPresenter()
Declaration
public ProgressPresenter()
Fields
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
ProgressProperty
Declaration
public static readonly DependencyProperty ProgressProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Progress
Declaration
public double Progress { get; set; }
Property Value
System.Double
|
Methods
AdjustOrientation(Rect)
Declaration
protected Rect AdjustOrientation(Rect rect)
Parameters
System.Windows.Rect
rect
|
Returns
System.Windows.Rect
|
AdjustOrientation(Size)
Declaration
protected Size AdjustOrientation(Size size)
Parameters
System.Windows.Size
size
|
Returns
System.Windows.Size
|
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|