IXRBorder::GetBorderThickness (Compact 2013)

3/28/2014

This method retrieves the thickness of the border.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetBorderThickness(
    __out XRThickness *pBorderThickness
) = 0;

Parameters

  • pBorderThickness
    [out] Pointer to an XRThickness structure that on return will indicate the thickness of the border.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Controls.Border.BorderThickness

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRBorder