dotnetCHARTING Send comments on this topic.
TextAlignmentHorizontal Property
See Also 
dotnetCHARTING Namespace > Annotation Class : TextAlignmentHorizontal Property


Gets or sets the horizontal StringAlignment of text in this in the annotation.

Syntax

Visual Basic (Declaration) 
Public Property TextAlignmentHorizontal As StringAlignment
Visual Basic (Usage)Copy Code
Dim instance As Annotation
Dim value As StringAlignment
 
instance.TextAlignmentHorizontal = value
 
value = instance.TextAlignmentHorizontal
C# 
public StringAlignment TextAlignmentHorizontal {get; set;}

See Also