ListViewItemPresenter.CheckBoxCornerRadius Property

Definition

Gets or sets the radius for the corners of check box.

public:
 property CornerRadius CheckBoxCornerRadius { CornerRadius get(); void set(CornerRadius value); };
CornerRadius CheckBoxCornerRadius();

void CheckBoxCornerRadius(CornerRadius value);
public CornerRadius CheckBoxCornerRadius { get; set; }
var cornerRadius = listViewItemPresenter.checkBoxCornerRadius;
listViewItemPresenter.checkBoxCornerRadius = cornerRadius;
Public Property CheckBoxCornerRadius As CornerRadius

Property Value

The degree to which the corners are rounded, expressed as values of the CornerRadius structure.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

Member components of a CornerRadius value cannot be negative.

Applies to