ListViewItemPresenter.SelectionIndicatorCornerRadius Property

Definition

Gets or sets the radius for the corners of the list view item selection indicator.

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

void SelectionIndicatorCornerRadius(CornerRadius value);
public CornerRadius SelectionIndicatorCornerRadius { get; set; }
var cornerRadius = listViewItemPresenter.selectionIndicatorCornerRadius;
listViewItemPresenter.selectionIndicatorCornerRadius = cornerRadius;
Public Property SelectionIndicatorCornerRadius 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