Skip to main content

SvgIcon.VerticalContentAlignment Property

Gets or sets the vertical 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 VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

A Windows.UI.Xaml.VerticalAlignment enumeration value.

See Also