ClassThumbsPanel
Represents a custom panel which contains a specific range slider components. It is used to custom measure and arrange its children controls.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.RangeSlider
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ThumbsPanel : Panel
Inheritance: objectThumbsPanel
Constructors
ThumbsPanel()
Initializes a new instance of the ThumbsPanel class.
Declaration
public ThumbsPanel()
Methods
ArrangeOverride(Size)
Provides the behavior for the Arrange pass of layout. Classes can override this method to define their own Arrange pass behavior.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
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.
MeasureOverride(Size)
Called in the measure layout pass to determine the desired size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
The available size that was given by the layout system.
Returns
Size