BoxView.GetHasCornerRadius 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
| 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
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
A Boolean value that tells whether the box view has a corner radius set.