ListViewItemPresenter.SelectionIndicatorCornerRadius Property
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.
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.
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.