Share via


SideMenuView Class

Definition

[Xamarin.Forms.ContentProperty("Children")]
public class SideMenuView : Xamarin.CommunityToolkit.UI.Views.Internals.BaseTemplatedView<Xamarin.Forms.AbsoluteLayout>
Inheritance
Attributes

Constructors

SideMenuView()

Fields

CancelVerticalGestureThresholdProperty
CurrentGestureShiftProperty
CurrentGestureStateProperty
GestureThresholdProperty
MainViewScaleFactorProperty
MenuGestureEnabledProperty
MenuWidthPercentageProperty
PositionProperty
ShiftProperty
StateProperty

Properties

CancelVerticalGestureThreshold
Children
Control (Inherited from BaseTemplatedView<TControl>)
CurrentGestureShift
CurrentGestureState
GestureThreshold
Shift
State

Methods

GetMainViewScaleFactor(BindableObject)
GetMenuGestureEnabled(BindableObject)
GetMenuWidthPercentage(BindableObject)
GetPosition(BindableObject)
OnBindingContextChanged() (Inherited from BaseTemplatedView<TControl>)
OnChildAdded(Element) (Inherited from BaseTemplatedView<TControl>)
OnControlInitialized(AbsoluteLayout)
OnControlInitialized(TControl) (Inherited from BaseTemplatedView<TControl>)
OnSizeAllocated(Double, Double)
SetMainViewScaleFactor(BindableObject, Double)
SetMenuGestureEnabled(BindableObject, Boolean)
SetMenuWidthPercentage(BindableObject, Double)
SetPosition(BindableObject, SideMenuPosition)

Applies to