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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET