dotnetCHARTING Send comments on this topic.
VerticalAlignment Property
See Also 
dotnetCHARTING Namespace > BoxHeaderOptions Class : VerticalAlignment Property


Gets or sets an EdgeAlignment value that controls the vertical alignment of the header in relation to the parent box.

Syntax

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

See Also

© 2011 All Rights Reserved.