alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DrawerSettings

    Navigation drawer setting class

    Inheritance
    System.Object
    DrawerSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfNavigationDrawer.iOS
    Assembly: Syncfusion.SfNavigationDrawer.iOS.dll
    Syntax
    public class DrawerSettings : Object, INotifyPropertyChanged

    Constructors

    DrawerSettings()

    Initializes a new instance of the DrawerSettings class.

    Declaration
    public DrawerSettings()

    Properties

    AnimationDuration

    Gets or sets the value of Animation Duration

    Declaration
    public nfloat AnimationDuration { get; set; }
    Property Value
    Type
    System.nfloat

    ContentBackgroundColor

    Gets or sets the background color of the drawer.

    Declaration
    public UIColor ContentBackgroundColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    DrawerContentView

    Gets or sets the value of Default Drawer content view

    Declaration
    public UIView DrawerContentView { get; set; }
    Property Value
    Type
    UIKit.UIView

    DrawerFooterHeight

    Gets or sets the value of DefaultDrawer Footer height property.

    Declaration
    public nfloat DrawerFooterHeight { get; set; }
    Property Value
    Type
    System.nfloat

    DrawerFooterView

    Gets or sets the DefaultDrawer Footer view property.

    Declaration
    public UIView DrawerFooterView { get; set; }
    Property Value
    Type
    UIKit.UIView

    DrawerHeaderHeight

    Gets or sets the value of DefaultDrawer Header Height property.

    Declaration
    public nfloat DrawerHeaderHeight { get; set; }
    Property Value
    Type
    System.nfloat

    DrawerHeaderView

    Gets or sets the value of DefaultDrawer Header view property.

    Declaration
    public UIView DrawerHeaderView { get; set; }
    Property Value
    Type
    UIKit.UIView

    DrawerHeight

    Gets or sets the DefaultDrawer Height property.

    Declaration
    public nfloat DrawerHeight { get; set; }
    Property Value
    Type
    System.nfloat

    DrawerWidth

    Gets or sets the value of DefaultDrawer Width property.

    Declaration
    public nfloat DrawerWidth { get; set; }
    Property Value
    Type
    System.nfloat

    IsEnableSwipeGesture

    Gets or sets a value indicating whether of IS enable Swipe Gesture property.

    Declaration
    public bool IsEnableSwipeGesture { get; set; }
    Property Value
    Type
    System.Boolean

    IsOpen

    Gets or sets a value indicating whether the value of Is open property.

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type
    System.Boolean

    Position

    Gets or sets the value of position property.

    Declaration
    public SFNavigationDrawerPosition Position { get; set; }
    Property Value
    Type
    SFNavigationDrawerPosition

    TouchThreshold

    Gets or sets the value of Touch threshold property.

    Declaration
    public nfloat TouchThreshold { get; set; }
    Property Value
    Type
    System.nfloat

    Transition

    Gets or sets the value of Transition property.

    Declaration
    public SFNavigationDrawerTransition Transition { get; set; }
    Property Value
    Type
    SFNavigationDrawerTransition

    Methods

    RaiseOnPropertyChanged(String)

    it is a raise method of property changed event

    Declaration
    protected virtual void RaiseOnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    PropertyChanged field.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved