TabItemLength Constructors
The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.Name | Parameters | Description |
---|---|---|
TabItemLength(Double, TabItemLengthUnitType) | value, type | Initializes a new TabItemLength instance with the specified value in the unitType units. |
TabItemLength(Double) | value | Initializes a new TabItemLength instance with the specified absolute value in pixels. |
See Also