Gets the alignment of the text of the item being edited.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public HorizontalAlignment TextAlignment { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property TextAlignment As HorizontalAlignment |
A member of the HorizontalAlignment enumeration.
RemarksThis value corresponds to the TextAlignment property of the style set for the item being edited.
See Also