Class SfImageView
Image View Class.
Inheritance
System.Object
SfImageView
Implements
System.IDisposable
Namespace: Syncfusion.SfRotator.iOS
Assembly: Syncfusion.SfRotator.iOS.dll
Syntax
public class SfImageView : UIView, IDisposable
Constructors
SfImageView()
Initializes a new instance of the SfImageView class.
Declaration
public SfImageView()
SfImageView(nfloat, nfloat, nfloat, nfloat, SfRotator)
Initializes a new instance of the SfImageView class.
Declaration
public SfImageView(nfloat width, nfloat height, nfloat xPosition, nfloat yPosition, SfRotator sfrotator)
Parameters
Type | Name | Description |
---|---|---|
System.nfloat | width | The Width. |
System.nfloat | height | The Height. |
System.nfloat | xPosition | The X Position. |
System.nfloat | yPosition | The Y Position. |
SfRotator | sfrotator | The Syncfusion Rotator. |
Properties
Label
Gets or sets the Label value.
Declaration
public UILabel Label { get; set; }
Property Value
Type |
---|
UIKit.UILabel |
Rotator
Gets or sets the Rotator value.
Declaration
public SfRotator Rotator { get; set; }
Property Value
Type |
---|
SfRotator |
Methods
Dispose(Boolean)
Override Dispose Method.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | The Disposing is the parameter value. |
LayoutSubviews()
Override Layout sub views.
Declaration
public override void LayoutSubviews()
Implements
System.IDisposable