Share via


IXRTileBrush::SetAlignmentY (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetAlignmentY(
    XRAlignmentY AlignmentY
) = 0;

Parameters

  • AlignmentY
    [in] XRAlignmentY enumerated type that indicates the vertical 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.AlignmentY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRTileBrush
IXRTileBrush::GetAlignmentY