ListViewItemPresenter.SelectionIndicatorCornerRadius Eigenschaft

Definition

Ruft den Radius für die Ecken des Listenansichtselementauswahlindikators ab oder legt diesen fest.

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

Eigenschaftswert

Der Grad, in dem die Ecken gerundet sind, ausgedrückt als Werte der CornerRadius-Struktur .

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Hinweise

Memberkomponenten eines CornerRadius-Werts dürfen nicht negativ sein.

Gilt für: