Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 805 Bytes

contentpresenter_horizontalcontentalignment.md

File metadata and controls

31 lines (22 loc) · 805 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ContentPresenter.HorizontalContentAlignment
winrt property

Microsoft.UI.Xaml.Controls.ContentPresenter.HorizontalContentAlignment

-description

Gets or sets the horizontal alignment of the content.

-xaml-syntax

<ContentPresenter  HorizontalContentAlignment="horizontalAlignmentMemberName"/>

-xaml-values

horizontalAlignmentMemberName
horizontalAlignmentMemberNameA named constant of the HorizontalAlignment enumeration, such as Stretch.
## -property-value One of the [HorizontalAlignment](../microsoft.ui.xaml/horizontalalignment.md) values.

-remarks

-examples

-see-also