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 distance between the IXRBorder and its child object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetPadding(
__in XRThickness *pPadding
) = 0;
Parameters
- pPadding
[in] Pointer to an XRThickness structure that specifies the distance between the IXRBorder and its child object.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Controls.Border.Padding
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |