Class RoundingTabPanel
A TabPanel that supports UseLayoutRounding and sets the TabItemKind attached dependency property on contained TabItem elements.
Inheritance
RoundingTabPanel
Implements
Inherited Members
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
public class RoundingTabPanel : TabPanel, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Fields
| Improve this Doc View SourceSelectedTabProperty
Identifies the SelectedTab dependency property.
Declaration
public static readonly DependencyProperty SelectedTabProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TabItemKindProperty
Identifies the TabItemKind
attached dependency property.
Declaration
public static readonly DependencyProperty TabItemKindProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSelectedTab
Gets or sets the selected tab.
Declaration
public object SelectedTab { get; set; }
Property Value
Type | Description |
---|---|
Object |
Methods
| Improve this Doc View SourceArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
Type | Name | Description |
---|---|---|
Size | arrangeSize |
Returns
Type | Description |
---|---|
Size |
Overrides
| Improve this Doc View SourceGetTabItemKind(TabItem)
Gets the TabItemKind of the specified TabItem.
Declaration
public static TabItemKind GetTabItemKind(TabItem item)
Parameters
Type | Name | Description |
---|---|---|
TabItem | item | The item from which to read the property value. |
Returns
Type | Description |
---|---|
TabItemKind | The value of the |
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
Size | constraint |
Returns
Type | Description |
---|---|
Size |
Overrides
| Improve this Doc View SourceSetTabItemKind(TabItem, TabItemKind)
Sets the TabItemKind of the specified TabItem.
Declaration
public static void SetTabItemKind(TabItem item, TabItemKind kind)
Parameters
Type | Name | Description |
---|---|---|
TabItem | item | The item from which to read the property value. |
TabItemKind | kind | The property value to set. |