Class SfRotatorItem
SfRotatorItem class
Inheritance
System.Object
SfRotatorItem
Namespace: Com.Syncfusion.Rotator
Assembly: Syncfusion.SfRotator.Android.dll
Syntax
public class SfRotatorItem : View
Constructors
SfRotatorItem(Context)
Initializes a new instance of the SfRotatorItem class
Declaration
public SfRotatorItem(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context field |
SfRotatorItem(Context, IAttributeSet)
Initializes a new instance of the SfRotatorItem class
Declaration
public SfRotatorItem(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | attribute set type |
Properties
Content
Gets or sets the Content
Declaration
public View Content { get; set; }
Property Value
Type |
---|
Android.Views.View |
ImageContent
Gets or sets the ImageContent
Declaration
public string ImageContent { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
The Disposing method
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Disposing method |