MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.TextAlignment Property

See Also
 





Gets or sets the alignment of the text inside the control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public TextAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As TextAlignment

 Property Value

Type: TextAlignment
One of the TextAlignment Enumeration values that specifies the alignment of the text content of the control. Default value is TextAlignment.Left.

 See Also