Share via


IXRBorder::GetCornerRadius (Compact 2013)

3/28/2014

This method retrieves the radius for the corners of the border.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCornerRadius(
    __out XRCornerRadius *pCornerRadius
) = 0;

Parameters

  • pCornerRadius
    [out] Pointer to the XRCornerRadius structure that on return will indicate 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

See Also

Reference

IXRBorder