C# 클래스 CrossUI.iOS.Dialog.Elements.BooleanImageElement

상속: BaseBooleanImageElement
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
BooleanImageElement ( string caption, bool value, UIKit.UIImage onImage, UIKit.UIImage offImage ) : UIKit

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetImage ( ) : UIKit.UIImage

메소드 상세

BooleanImageElement() 공개 메소드

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

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetImage() 보호된 메소드

protected GetImage ( ) : UIKit.UIImage
리턴 UIKit.UIImage