Skip to main content

SvgIcon.HorizontalContentAlignment Property

Gets or sets the horizontal alignment of the icon. This is a dependency property.

Namespace: DevExpress.UI.Xaml

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

A Windows.UI.Xaml.HorizontalAlignment enumeration value.

See Also