SystemParameters.WindowCornerRadius 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 the radius of the corners for a window.
public:
static property System::Windows::CornerRadius WindowCornerRadius { System::Windows::CornerRadius get(); };
public static System.Windows.CornerRadius WindowCornerRadius { [System.Security.SecurityCritical] get; }
public static System.Windows.CornerRadius WindowCornerRadius { get; }
[<get: System.Security.SecurityCritical>]
static member WindowCornerRadius : System.Windows.CornerRadius
static member WindowCornerRadius : System.Windows.CornerRadius
Public Shared ReadOnly Property WindowCornerRadius As CornerRadius
Property Value
The degree to which the corners of a window are rounded.
- Attributes
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.