Share via


ImageButton Class

Definition

Android-specific shadow effects for ImageButton controls.

public ref class ImageButton abstract sealed
public static class ImageButton
type ImageButton = class
Public Module ImageButton
Inheritance
ImageButton

Fields

Name Description
IsShadowEnabledProperty

Bindable property for attached property IsShadowEnabled.

RippleColorProperty

Bindable property for attached property RippleColor.

ShadowColorProperty

Bindable property for attached property ShadowColor.

ShadowOffsetProperty

Bindable property for attached property ShadowOffset.

ShadowRadiusProperty

Bindable property for attached property ShadowRadius.

Methods

Name Description
GetIsShadowEnabled(BindableObject)

Gets whether the shadow effect is enabled on Android.

GetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>)

Gets whether the shadow effect is enabled on Android.

GetRippleColor(BindableObject)
GetRippleColor(IPlatformElementConfiguration<Android,ImageButton>)
GetShadowColor(BindableObject)

Gets the shadow color on Android.

GetShadowColor(IPlatformElementConfiguration<Android,ImageButton>)

Gets the shadow color on Android.

GetShadowOffset(BindableObject)

Gets the shadow offset on Android.

GetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>)

Gets the shadow offset on Android.

GetShadowRadius(BindableObject)

Gets the shadow blur radius on Android.

GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>)

Gets the shadow blur radius on Android.

SetIsShadowEnabled(BindableObject, Boolean)

Sets whether the shadow effect is enabled on Android.

SetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>, Boolean)

Sets whether the shadow effect is enabled on Android.

SetRippleColor(BindableObject, Color)
SetRippleColor(IPlatformElementConfiguration<Android,ImageButton>, Color)
SetShadowColor(BindableObject, Color)

Sets the shadow color on Android.

SetShadowColor(IPlatformElementConfiguration<Android,ImageButton>, Color)

Sets the shadow color on Android.

SetShadowOffset(BindableObject, Size)

Sets the shadow offset on Android.

SetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>, Size)

Sets the shadow offset on Android.

SetShadowRadius(BindableObject, Double)

Sets the shadow blur radius on Android.

SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double)

Sets the shadow blur radius on Android.

Applies to