Class
ViewUtils

Provides utility methods and attached properties for view-related operations.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public static class ViewUtils

Inheritance: objectViewUtils

Fields

CornerRadiusProperty

Identifies the CornerRadius attached property.

Declaration

cs-api-definition
public static readonly BindableProperty CornerRadiusProperty

Field Value

BindableProperty

Methods

GetCornerRadius(BindableObject)

Gets the corner radius value for the specified BindableObject.

Declaration

cs-api-definition
public static CornerRadius GetCornerRadius(BindableObject bindable)

Parameters

bindable

BindableObject

The BindableObject to get the corner radius for.

Returns

CornerRadius

The CornerRadius value.

SetCornerRadius(BindableObject, CornerRadius)

Sets the corner radius value for the specified BindableObject.

Declaration

cs-api-definition
public static void SetCornerRadius(BindableObject bindable, CornerRadius value)

Parameters

bindable

BindableObject

The BindableObject to set the corner radius for.

value

CornerRadius

The CornerRadius value to set.