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


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

Syntax

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

See Also