메소드 | 설명 | |
---|---|---|
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 |
public static MapCharacterSpacing ( IButtonHandler handler, ITextStyle button ) : void | ||
handler | IButtonHandler | |
button | ITextStyle | |
리턴 | void |
public static MapCornerRadius ( IButtonHandler handler, IButtonStroke buttonStroke ) : void | ||
handler | IButtonHandler | |
buttonStroke | IButtonStroke | |
리턴 | void |
public static MapFont ( IButtonHandler handler, ITextStyle button ) : void | ||
handler | IButtonHandler | |
button | ITextStyle | |
리턴 | void |
public static MapFormatting ( IButtonHandler handler, IText button ) : void | ||
handler | IButtonHandler | |
button | IText | |
리턴 | void |
public static MapImageSource ( IButtonHandler handler, IImageButton image ) : void | ||
handler | IButtonHandler | |
image | IImageButton | |
리턴 | void |
public static MapImageSourceAsync ( IButtonHandler handler, IImageButton image ) : Task | ||
handler | IButtonHandler | |
image | IImageButton | |
리턴 | Task |
public static MapPadding ( IButtonHandler handler, button ) : void | ||
handler | IButtonHandler | |
리턴 | void |
public static MapStrokeColor ( IButtonHandler handler, IButtonStroke buttonStroke ) : void | ||
handler | IButtonHandler | |
buttonStroke | IButtonStroke | |
리턴 | void |
public static MapStrokeThickness ( IButtonHandler handler, IButtonStroke buttonStroke ) : void | ||
handler | IButtonHandler | |
buttonStroke | IButtonStroke | |
리턴 | void |
public static MapText ( IButtonHandler handler, IText button ) : void | ||
handler | IButtonHandler | |
button | IText | |
리턴 | void |
public static MapTextColor ( IButtonHandler handler, ITextStyle button ) : void | ||
handler | IButtonHandler | |
button | ITextStyle | |
리턴 | void |