RadialPanel
Class
Represents a custom RadialMenu panel which hosts all the visual rings along with their children controls.
Definition
Namespace:Telerik.Windows.Controls.RadialMenu
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadialPanel : Panel
Inheritance: objectRadialPanel
Constructors
C#
public RadialPanel()
Methods
Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
C#
protected override Size ArrangeOverride(Size finalSize)
The final area within the parent that this object should use to arrange itself and its children.
Returns:Size
The actual size that is used after the element is arranged in layout.
Called in the measure layout pass to determine the desired size.
C#
protected override Size MeasureOverride(Size availableSize)
The available size that was given by the layout system.
Returns:Size