Search
Text.Alignment Property
See Also
 






Gets or sets the horizontal alignment of the text.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public StringAlignment Alignment { get; set; }

Visual Basic  Copy Code

Public Property Alignment As StringAlignment

 Property Value

A member of the StringAlignment enumeration.

 See Also