Search
ItemEditContext.TextAlignment Property
See Also
 






Gets the alignment of the text of the item being edited.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public HorizontalAlignment TextAlignment { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextAlignment As HorizontalAlignment

 Property Value

A member of the HorizontalAlignment enumeration.

 Remarks

This value corresponds to the TextAlignment property of the style set for the item being edited.

 See Also