menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SeparatorView - API Reference

    Show / Hide Table of Contents

    Class SeparatorView

    it is a Separator View class

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

    Constructors

    SeparatorView(Context, Single)

    Initializes a new instance of the SeparatorView class.

    Declaration
    public SeparatorView(Context context, float width)
    Parameters
    Type Name Description
    Android.Content.Context context

    The context

    System.Single width

    The width

    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

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