C# Class CrossUI.iOS.Dialog.Elements.BooleanImageElement

Inheritance: BaseBooleanImageElement
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
BooleanImageElement ( string caption, bool value, UIKit.UIImage onImage, UIKit.UIImage offImage ) : UIKit

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetImage ( ) : UIKit.UIImage

Method Details

BooleanImageElement() public method

public BooleanImageElement ( string caption, bool value, UIKit.UIImage onImage, UIKit.UIImage offImage ) : UIKit
caption string
value bool
onImage UIKit.UIImage
offImage UIKit.UIImage
return UIKit

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetImage() protected method

protected GetImage ( ) : UIKit.UIImage
return UIKit.UIImage