Class RotatorViewEventArgs
Rotator view event arguments.
Inheritance
System.Object
RotatorViewEventArgs
Namespace: Syncfusion.SfRotator.iOS
Assembly: Syncfusion.SfRotator.iOS.dll
Syntax
public class RotatorViewEventArgs : EventArgs
Constructors
RotatorViewEventArgs()
Declaration
public RotatorViewEventArgs()
Properties
Index
Gets the Index.
Declaration
public nint Index { get; }
Property Value
Type |
---|
System.nint |
View
Gets or sets the View.
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |