Back to Devexpress

TabHeaderLength Members

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

latest3.1 KB
Original Source

TabHeaderLength Members

The header panel’s length that supports the the automatically calculated size.

Constructors

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

Properties

NameDescription
Auto staticReturns the TabHeaderLength instance that stores the length whose value is measured by item header content.
IsAbsoluteReturns whether the length is measured in pixels.
IsAutoReturns whether the length is measured by item header content.
TabHeaderUnitTypeReturns the unit type used to measure the length.
ValueReturns Double that represents the value of the TabHeaderLength.

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 TabHeaderLength.

Operators

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

See Also

TabHeaderLength Class

DevExpress.Maui.Controls Namespace