IXRTileBrush::GetAlignmentX (Compact 2013)
3/28/2014
This method retrieves the horizontal alignment of content in the IXRTileBrush base tile.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetAlignmentX(
XRAlignmentX* pAlignmentX
) = 0;
Parameters
- pAlignmentX
[out] Pointer to an XRAlignmentX enumerated type that indicates the horizontal position of content in the IXRTileBrush base tile.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.TileBrush.AlignmentX
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |