Share via


ImageButton Class

Definition

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

Fields

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

GetIsShadowEnabled(BindableObject)
GetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>)
GetRippleColor(BindableObject)
GetRippleColor(IPlatformElementConfiguration<Android,ImageButton>)
GetShadowColor(BindableObject)
GetShadowColor(IPlatformElementConfiguration<Android,ImageButton>)
GetShadowOffset(BindableObject)
GetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>)
GetShadowRadius(BindableObject)
GetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>)
SetIsShadowEnabled(BindableObject, Boolean)
SetIsShadowEnabled(IPlatformElementConfiguration<Android,ImageButton>, Boolean)
SetRippleColor(BindableObject, Color)
SetRippleColor(IPlatformElementConfiguration<Android,ImageButton>, Color)
SetShadowColor(BindableObject, Color)
SetShadowColor(IPlatformElementConfiguration<Android,ImageButton>, Color)
SetShadowOffset(BindableObject, Size)
SetShadowOffset(IPlatformElementConfiguration<Android,ImageButton>, Size)
SetShadowRadius(BindableObject, Double)
SetShadowRadius(IPlatformElementConfiguration<Android,ImageButton>, Double)

Applies to