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.

Remarks

Member components of a CornerRadius value cannot be negative.

Applies to