DrawerPage.DrawerHeaderMaxHeight Property
In This Article
Gets or sets the maximum height of the the drawer header view.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public double DrawerHeaderMaxHeight { get; set; }
#Property Value
Type | Description |
---|---|
Double | The maximum drawer header view height, in device independent pixels. |
#Remarks
Use the DrawerHeaderContent property to define the view to be displayed as the drawer header. The DrawerHeaderHeight, DrawerHeaderMaxHeight and DrawerHeaderMinHeight properties allow you to specify the height of the drawer header view.
See Also