BoxView.SetHasCornerRadius Method

Definition

Overloads

SetHasCornerRadius(BindableObject, Boolean)

Sets the corner radius presence.

SetHasCornerRadius(IPlatformElementConfiguration<GTK,BoxView>, Boolean)

Sets the corner radius presence.

SetHasCornerRadius(BindableObject, Boolean)

Sets the corner radius presence.

public static void SetHasCornerRadius (Xamarin.Forms.BindableObject element, bool tabPosition);
static member SetHasCornerRadius : Xamarin.Forms.BindableObject * bool -> unit

Parameters

element
BindableObject

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

tabPosition
Boolean

The new corner radius presence value.

Applies to

SetHasCornerRadius(IPlatformElementConfiguration<GTK,BoxView>, Boolean)

Sets the corner radius presence.

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

Parameters

config
IPlatformElementConfiguration<GTK,BoxView>

The platform configuration for the element on the GTK platform whose to set.

value
Boolean

The new corner radius presence value

Returns

IPlatformElementConfiguration<GTK,BoxView>

A fluent object on which the developer may make further method calls.

Applies to