Class TabStripPanel
Inheritance
System.Object
TabStripPanel
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TabStripPanel : Panel
Constructors
TabStripPanel()
Declaration
public TabStripPanel()
Fields
AlignProperty
Declaration
public static readonly DependencyProperty AlignProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
AllTabsEqualHeightProperty
Declaration
public static readonly DependencyProperty AllTabsEqualHeightProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
RearrangeTabsProperty
Declaration
public static readonly DependencyProperty RearrangeTabsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TabStripPlacementProperty
Declaration
public static readonly DependencyProperty TabStripPlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Align
AllTabsEqualHeight
Declaration
public bool AllTabsEqualHeight { get; set; }
Property Value
|
System.Boolean
|
RearrangeTabs
Declaration
public bool RearrangeTabs { get; set; }
Property Value
|
System.Boolean
|
TabStripPlacement
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|