Back to Devexpress

DiagramCommands.SetVerticalAlignment Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-c1c0d1eb.md

latest1.4 KB
Original Source

DiagramCommands.SetVerticalAlignment Property

Gets the command that applies the specified vertical alignment to the text within the selected diagram items.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<VerticalAlignmentKind> SetVerticalAlignment { get; }
vb
Public ReadOnly Property SetVerticalAlignment As ICommand(Of VerticalAlignmentKind)

Property Value

TypeDescription
ICommand<VerticalAlignmentKind>

An object implementing the System.Windows.Input.ICommand interface.

|

Remarks

The SetVerticalAlignment command accepts a parameter of the VerticalAlignmentKind type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace