BoxView.GetHasCornerRadius Method

Definition

Overloads

GetHasCornerRadius(BindableObject)

Returns a Boolean value that tells whether the box view has a corner radius set.

GetHasCornerRadius(IPlatformElementConfiguration<GTK,BoxView>)

Returns a Boolean value that tells whether the box view has a corner radius set.

GetHasCornerRadius(BindableObject)

Returns a Boolean value that tells whether the box view has a corner radius set.

public static bool GetHasCornerRadius (Xamarin.Forms.BindableObject element);
static member GetHasCornerRadius : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The box view element on the GTK platform whose corner radius to get.

Returns

Boolean

A Boolean value that tells whether the box view has a corner radius set.

Applies to

GetHasCornerRadius(IPlatformElementConfiguration<GTK,BoxView>)

Returns a Boolean value that tells whether the box view has a corner radius set.

public static bool GetHasCornerRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK,Xamarin.Forms.BoxView> config);
static member GetHasCornerRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.GTK, Xamarin.Forms.BoxView> -> bool

Parameters

config
IPlatformElementConfiguration<GTK,BoxView>

The platform configuration for the box view element on the GTK platform whose corner radius to get.

Returns

Boolean

A Boolean value that tells whether the box view has a corner radius set.

Applies to