Skip to main content

TabHeaderLength.Implicit(Double to TabHeaderLength) Operator

Implicitly converts double absoluteValue into TabHeaderLength with size set to the value in pixels.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public static implicit operator TabHeaderLength(double absoluteValue)

Parameters

Name Type Description
absoluteValue Double

The absolute length, in pixels.

Returns

Type Description
TabHeaderLength

The TabHeaderLength object that is the absolute length, in pixels.

See Also