TabItemLength Properties
The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.Name | Description |
---|---|
Auto static | Returns the TabItemLength instance that stores the length whose value is measured by item header content. |
Default static | Returns an instance that specifies the default TabItemLength. |
IsAbsolute | Returns whether the length is measured in pixels. |
IsAuto | Returns whether the length is measured by item header content. |
IsDefault | Returns whether the instance is default TabItemLength. |
IsStar | Returns whether the length is measured as a weighted proportion of the available space. |
Star static | Returns the TabItemLength instance that stores the length measured as a proportion of the available space. |
UnitType | Returns the unit type used to measure the length. |
Value | Returns Double that represents the value of the TabItemLength. |
See Also