Back to Devexpress

DiagramCommands.SetHorizontalAlignment Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-6e0b8f0c.md

latest1.4 KB
Original Source

DiagramCommands.SetHorizontalAlignment Property

Gets the command that applies the specified horizontal 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<TextAlignmentKind> SetHorizontalAlignment { get; }
vb
Public ReadOnly Property SetHorizontalAlignment As ICommand(Of TextAlignmentKind)

Property Value

TypeDescription
ICommand<TextAlignmentKind>

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

|

Remarks

The SetHorizontalAlignment command accepts a parameter of the TextAlignmentKind type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace