C# 클래스 Microsoft.Maui.Handlers.ButtonHandler

상속: ViewHandler
파일 보기 프로젝트 열기: jsuarezruiz/maui-linux 1 사용 예제들

공개 메소드들

메소드 설명
MapCharacterSpacing ( IButtonHandler handler, ITextStyle button ) : void
MapCornerRadius ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
MapFont ( IButtonHandler handler, ITextStyle button ) : void
MapFormatting ( IButtonHandler handler, IText button ) : void
MapImageSource ( IButtonHandler handler, IImageButton image ) : void
MapImageSourceAsync ( IButtonHandler handler, IImageButton image ) : Task
MapPadding ( IButtonHandler handler, button ) : void
MapStrokeColor ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
MapStrokeThickness ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
MapText ( IButtonHandler handler, IText button ) : void
MapTextColor ( IButtonHandler handler, ITextStyle button ) : void

보호된 메소드들

메소드 설명
ConnectHandler ( nativeView ) : void
CreateNativeView ( ) : UIButton
DisconnectHandler ( nativeView ) : void

비공개 메소드들

메소드 설명
OnButtonTouchDown ( object? sender, EventArgs e ) : void
OnButtonTouchUpInside ( object? sender, EventArgs e ) : void
OnButtonTouchUpOutside ( object? sender, EventArgs e ) : void
OnSetImageSource ( UIImage? image ) : void
SetControlPropertiesFromProxy ( nativeView ) : void
SetupDefaults ( nativeView ) : void

메소드 상세

ConnectHandler() 보호된 메소드

protected ConnectHandler ( nativeView ) : void
리턴 void

CreateNativeView() 보호된 메소드

protected CreateNativeView ( ) : UIButton
리턴 UIButton

DisconnectHandler() 보호된 메소드

protected DisconnectHandler ( nativeView ) : void
리턴 void

MapCharacterSpacing() 공개 정적인 메소드

public static MapCharacterSpacing ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
리턴 void

MapCornerRadius() 공개 정적인 메소드

public static MapCornerRadius ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
리턴 void

MapFont() 공개 정적인 메소드

public static MapFont ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
리턴 void

MapFormatting() 공개 정적인 메소드

public static MapFormatting ( IButtonHandler handler, IText button ) : void
handler IButtonHandler
button IText
리턴 void

MapImageSource() 공개 정적인 메소드

public static MapImageSource ( IButtonHandler handler, IImageButton image ) : void
handler IButtonHandler
image IImageButton
리턴 void

MapImageSourceAsync() 공개 정적인 메소드

public static MapImageSourceAsync ( IButtonHandler handler, IImageButton image ) : Task
handler IButtonHandler
image IImageButton
리턴 Task

MapPadding() 공개 정적인 메소드

public static MapPadding ( IButtonHandler handler, button ) : void
handler IButtonHandler
리턴 void

MapStrokeColor() 공개 정적인 메소드

public static MapStrokeColor ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
리턴 void

MapStrokeThickness() 공개 정적인 메소드

public static MapStrokeThickness ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
리턴 void

MapText() 공개 정적인 메소드

public static MapText ( IButtonHandler handler, IText button ) : void
handler IButtonHandler
button IText
리턴 void

MapTextColor() 공개 정적인 메소드

public static MapTextColor ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
리턴 void