C# 클래스 CrossUI.Droid.Dialog.Elements.ImageElement

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

공개 프로퍼티들

프로퍼티 타입 설명
Value ImageView

공개 메소드들

메소드 설명
ImageElement ( ImageView image = null ) : Android.App

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View

비공개 메소드들

메소드 설명
MakeEmpty ( ) : ImageView
Scale ( ImageView source ) : ImageView
SelectImage ( ) : void

메소드 상세

Dispose() 보호된 메소드

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

GetViewImpl() 보호된 메소드

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
리턴 Android.Views.View

ImageElement() 공개 메소드

public ImageElement ( ImageView image = null ) : Android.App
image ImageView
리턴 Android.App

프로퍼티 상세

Value 공개적으로 프로퍼티

public ImageView Value
리턴 ImageView