Skip to main content

IconSetFormat.IconVerticalAlignment Property

Specifies the vertical alignment for the icon. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public VerticalAlignment IconVerticalAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

A System.Windows.VerticalAlignment enumeration value. The default is Center.

See Also