Class SfNavigationView
The Class Navigation view.
Inheritance
System.Object
SfNavigationView
Implements
System.IDisposable
Namespace: Syncfusion.SfRotator.iOS
Assembly: Syncfusion.SfRotator.iOS.dll
Syntax
public class SfNavigationView : UIButton, IDisposable
Constructors
SfNavigationView()
Initializes a new instance of the SfNavigationView class.
Declaration
public SfNavigationView()
Properties
Rotator
Gets or sets the rotator.
Declaration
public SfRotator Rotator { get; set; }
Property Value
Type |
---|
SfRotator |
Methods
Dispose(Boolean)
Override method dispose.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | The Disposing. |
TouchesBegan(NSSet, UIEvent)
Override method Touches Began.
Declaration
public override void TouchesBegan(NSSet touches, UIEvent evt)
Parameters
Type | Name | Description |
---|---|---|
Foundation.NSSet | touches | The touches. |
UIKit.UIEvent | evt | The event. |
Implements
System.IDisposable