Button クラス

定義

Android プラットフォーム上のボタンのパディングとシャドウを制御します。

public ref class Button abstract sealed
public static class Button
type Button = class
Public Module Button
継承
Button

フィールド

UseDefaultPaddingProperty

UseDefaultPadding(IPlatformElementConfiguration<Android,Button>)バインド可能なプロパティ。

UseDefaultShadowProperty

UseDefaultShadow(IPlatformElementConfiguration<Android,Button>)バインド可能なプロパティ。

メソッド

GetUseDefaultPadding(BindableObject)

既定のパディングを使用するかどうかを示すブール値を返します。

GetUseDefaultShadow(BindableObject)

既定のシャドウを使用するかどうかを示すブール値を返します。

SetUseDefaultPadding(BindableObject, Boolean)

ボタンが既定のパティングを使用するかどうかを制御するブール値を設定します。

SetUseDefaultPadding(IPlatformElementConfiguration<Android,Button>, Boolean)

ボタンが既定のパティングを使用するかどうかを制御するブール値を設定します。

SetUseDefaultShadow(BindableObject, Boolean)

ボタンが既定のシャドウを使用するかどうかを制御するブール値を設定します。

SetUseDefaultShadow(IPlatformElementConfiguration<Android,Button>, Boolean)

ボタンが既定のシャドウを使用するかどうかを制御するブール値を設定します。

UseDefaultPadding(IPlatformElementConfiguration<Android,Button>)

ボタンが既定のパディングを使用する場合は true を返します。 それ以外の場合、false を返します。

UseDefaultShadow(IPlatformElementConfiguration<Android,Button>)

ボタンが既定のシャドウを使用する場合は true を返します。 それ以外の場合、false を返します。

適用対象