IXRBorder::SetBorderThickness (Compact 2013)
3/28/2014
This method sets the thickness of the border.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetBorderThickness(
__in XRThickness *pBorderThickness
) = 0;
Parameters
- pBorderThickness
[in] Pointer to an XRThickness structure that specifies the thickness of border.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Controls.Border.BorderThickness
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |