Class RadToolBarPanelBase
Base class for the ToolBar panels. Simulates StackPanel and removes logical parent for its children in WPF.
Inheritance
System.Object
RadToolBarPanelBase
Namespace: Telerik.Windows.Controls.ToolBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadToolBarPanelBase : Panel
Constructors
RadToolBarPanelBase()
Declaration
public RadToolBarPanelBase()
Fields
OrientationProperty
Registers the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Orientation
Gets or sets the orientation of the ToolBarPanel.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation
|
Methods
MeasureOverride(Size)
StackPanel simulation measure.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|