C# Class Microsoft.Maui.Handlers.ButtonHandler

Inheritance: ViewHandler
Afficher le fichier Open project: jsuarezruiz/maui-linux Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ConnectHandler ( nativeView ) : void
CreateNativeView ( ) : UIButton
DisconnectHandler ( nativeView ) : void

Private Methods

Méthode Description
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

Method Details

ConnectHandler() protected méthode

protected ConnectHandler ( nativeView ) : void
Résultat void

CreateNativeView() protected méthode

protected CreateNativeView ( ) : UIButton
Résultat UIButton

DisconnectHandler() protected méthode

protected DisconnectHandler ( nativeView ) : void
Résultat void

MapCharacterSpacing() public static méthode

public static MapCharacterSpacing ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
Résultat void

MapCornerRadius() public static méthode

public static MapCornerRadius ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
Résultat void

MapFont() public static méthode

public static MapFont ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
Résultat void

MapFormatting() public static méthode

public static MapFormatting ( IButtonHandler handler, IText button ) : void
handler IButtonHandler
button IText
Résultat void

MapImageSource() public static méthode

public static MapImageSource ( IButtonHandler handler, IImageButton image ) : void
handler IButtonHandler
image IImageButton
Résultat void

MapImageSourceAsync() public static méthode

public static MapImageSourceAsync ( IButtonHandler handler, IImageButton image ) : Task
handler IButtonHandler
image IImageButton
Résultat Task

MapPadding() public static méthode

public static MapPadding ( IButtonHandler handler, button ) : void
handler IButtonHandler
Résultat void

MapStrokeColor() public static méthode

public static MapStrokeColor ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
Résultat void

MapStrokeThickness() public static méthode

public static MapStrokeThickness ( IButtonHandler handler, IButtonStroke buttonStroke ) : void
handler IButtonHandler
buttonStroke IButtonStroke
Résultat void

MapText() public static méthode

public static MapText ( IButtonHandler handler, IText button ) : void
handler IButtonHandler
button IText
Résultat void

MapTextColor() public static méthode

public static MapTextColor ( IButtonHandler handler, ITextStyle button ) : void
handler IButtonHandler
button ITextStyle
Résultat void