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.
3/28/2014
This method sets the radius for the corners of the border.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetCornerRadius(
__in XRCornerRadius *pCornerRadius
) = 0;
Parameters
- pCornerRadius
[in] Pointer to the XRCornerRadius structure that specifies the radius of each corner of the border.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Controls.Border.CornerRadius
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |