BoxView.SetHasCornerRadius Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A fluent object on which the developer may make further method calls.