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 |