Share via


IXRTileBrush::SetAlignmentX (Compact 2013)

3/28/2014

This method sets the horizontal alignment of content in the IXRTileBrush base tile.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetAlignmentX(
    XRAlignmentX AlignmentX
) = 0;

Parameters

  • AlignmentX
    [in] 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

See Also

Reference

IXRTileBrush
IXRTileBrush::GetAlignmentX