Skip to main content

TabItemLength.Implicit(Double to TabItemLength) Operator

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

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public static implicit operator TabItemLength(double absoluteValue)

Parameters

Name Type Description
absoluteValue Double

The absolute length, in pixels.

Returns

Type Description
TabItemLength

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

See Also