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 | Gets the TabItemLength instance that stores the length whose value is measured by item header content. |
| Default static | Gets an instance that specifies the default TabItemLength. |
| IsAbsolute | Gets whether the length is measured in pixels. |
| IsAuto | Gets whether the length is measured by item header content. |
| IsDefault | Gets whether the instance is the default TabItemLength. |
| IsStar | Gets whether the length is measured as a weighted proportion of the available space. |
| Star static | Gets the TabItemLength instance that stores the length measured as a proportion of the available space. |
| UnitType | Gets the unit type used to measure the length. |
| Value | Returns Double that represents the value of the TabItemLength. |
See Also