ClassProgressPresenter
Class
Definition
Namespace:Telerik.Windows.Rendering
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class ProgressPresenter : Panel
Inheritance: objectProgressPresenter
Constructors
ProgressPresenter()
Declaration
cs-api-definition
public ProgressPresenter()
Fields
OrientationProperty
Declaration
cs-api-definition
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
ProgressProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ProgressProperty
Field Value
DependencyProperty
Properties
Orientation
Declaration
cs-api-definition
public Orientation Orientation { get; set; }
Property Value
Orientation
Methods
AdjustOrientation(Rect)
Declaration
cs-api-definition
protected Rect AdjustOrientation(Rect rect)
Parameters
rect
Rect
Returns
Rect
AdjustOrientation(Size)
Declaration
cs-api-definition
protected Size AdjustOrientation(Size size)
Parameters
size
Size
Returns
Size
ArrangeOverride(Size)
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
MeasureOverride(Size)
Declaration
cs-api-definition
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size