Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This structure defines the radius of each of the rounded corners of an object.
Syntax
struct XRCornerRadius{
float TopLeft;
float TopRight;
float BottomRight;
float BottomLeft;
};
Members
- TopLeft
Indicates the radius of the upper-left corner.
- TopRight
Indicates the radius of the upper-right corner.
- BottomRight
Indicates the radius of the lower-right corner.
- BottomLeft
Indicates the radius of the lower-left corner.
.NET Framework Equivalent
System.Windows.CornerRadius structure
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |