Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FooterView - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FooterView

    It is a footer view class

    Inheritance
    System.Object
    FooterView
    Namespace: Com.Syncfusion.Navigationdrawer
    Assembly: Syncfusion.SfNavigationDrawer.Android.dll
    Syntax
    public class FooterView : RelativeLayout

    Constructors

    FooterView(Context)

    Initializes a new instance of the FooterView class.

    Declaration
    public FooterView(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    The footer view context

    FooterView(Context, IAttributeSet)

    Initializes a new instance of the FooterView class.

    Declaration
    public FooterView(Context context, IAttributeSet attrs)
    Parameters
    Type Name Description
    Android.Content.Context context

    the context

    Android.Util.IAttributeSet attrs

    The FooterView variable

    FooterView(Context, IAttributeSet, Int32)

    Initializes a new instance of the FooterView class.

    Declaration
    public FooterView(Context context, IAttributeSet attrs, int defStyleAttr)
    Parameters
    Type Name Description
    Android.Content.Context context

    The footer view context

    Android.Util.IAttributeSet attrs

    the footer view first argument

    System.Int32 defStyleAttr

    the footer view second argument

    FooterView(Context, Boolean)

    Initializes a new instance of the FooterView class.

    Declaration
    public FooterView(Context context, bool is_SecondaryDrawer)
    Parameters
    Type Name Description
    Android.Content.Context context

    The footer view context

    System.Boolean is_SecondaryDrawer

    The boolean variable for secondary drawer or not

    Methods

    OnDraw(Canvas)

    Its is represent on draw operation

    Declaration
    protected override void OnDraw(Canvas canvas)
    Parameters
    Type Name Description
    Android.Graphics.Canvas canvas

    The canvas

    OnInterceptTouchEvent(MotionEvent)

    Its is represent on intercept touch event operation

    Declaration
    public override bool OnInterceptTouchEvent(MotionEvent ev)
    Parameters
    Type Name Description
    Android.Views.MotionEvent ev

    The touch Motion Event e

    Returns
    Type Description
    System.Boolean

    its returns boolean variable

    OnTouchEvent(MotionEvent)

    Its is represent on touch event operation

    Declaration
    public override bool OnTouchEvent(MotionEvent e)
    Parameters
    Type Name Description
    Android.Views.MotionEvent e

    on touch event e

    Returns
    Type Description
    System.Boolean

    its returns boolean variable

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved