Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfImageView - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    UIKit.UILabel

    Rotator

    Gets or sets the Rotator value.

    Declaration
    public SfRotator Rotator { get; set; }
    Property Value
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved