Back to Devexpress

TabItemLength Members

maui-devexpress-dot-maui-dot-controls-dot-tabitemlength-dot-underscore-members.md

latest3.8 KB
Original Source

TabItemLength Members

The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.

Constructors

NameDescription
TabItemLength(Double, TabItemLengthUnitType)Initializes a new instance of the TabItemLength class with specified settings.

Properties

NameDescription
Auto staticGets the TabItemLength instance that stores the length whose value is measured by item header content.
Default staticGets an instance that specifies the default TabItemLength.
IsAbsoluteGets whether the length is measured in pixels.
IsAutoGets whether the length is measured by item header content.
IsDefaultGets whether the instance is the default TabItemLength.
IsStarGets whether the length is measured as a weighted proportion of the available space.
Star staticGets the TabItemLength instance that stores the length measured as a proportion of the available space.
UnitTypeGets the unit type used to measure the length.
ValueReturns Double that represents the value of the TabItemLength.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a String representation of the TabItemLength.

Operators

NameDescription
Implicit(Double to TabItemLength) staticImplicitly converts double absoluteValue into TabItemLength with size set to the value in pixels.

See Also

TabItemLength Class

DevExpress.Maui.Controls Namespace