BoxView Class
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.
Controls the presence of the corner radius of box views on the GTK platform.
public static class BoxView
type BoxView = class
- Inheritance
-
BoxView
Fields
| HasCornerRadiusProperty |
Backing store for the attached property that controls whether the box view has a corner radius. |
Methods
| 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. |
| SetHasCornerRadius(BindableObject, Boolean) |
Sets the corner radius presence. |
| SetHasCornerRadius(IPlatformElementConfiguration<GTK,BoxView>, Boolean) |
Sets the corner radius presence. |