Freigeben über


SystemParameters2.WindowCornerRadius-Eigenschaft

Ruft den Grad ab, um den die Ecken eines Fensters abgerundet werden.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property WindowCornerRadius As CornerRadius
    Get
    Private Set
public CornerRadius WindowCornerRadius { get; private set; }
public:
property CornerRadius WindowCornerRadius {
    CornerRadius get ();
    private: void set (CornerRadius value);
}
member WindowCornerRadius : CornerRadius with get, private set
function get WindowCornerRadius () : CornerRadius
private function set WindowCornerRadius (value : CornerRadius)

Eigenschaftswert

Typ: System.Windows.CornerRadius
Der Grad, um den die Ecken eines Fensters abgerundet werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

SystemParameters2 Klasse

Microsoft.Windows.Shell-Namespace