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

Inheritance: BaseBooleanImageElement
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
BooleanImageElement ( string caption, bool value, UIKit.UIImage onImage, UIKit.UIImage offImage ) : UIKit

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetImage ( ) : UIKit.UIImage

Method Details

BooleanImageElement() public méthode

public BooleanImageElement ( string caption, bool value, UIKit.UIImage onImage, UIKit.UIImage offImage ) : UIKit
caption string
value bool
onImage UIKit.UIImage
offImage UIKit.UIImage
Résultat UIKit

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetImage() protected méthode

protected GetImage ( ) : UIKit.UIImage
Résultat UIKit.UIImage