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


Gets or sets an EdgeAlignment value that controls the alignment of the header's right side in relation to the parent box and the header label.

Syntax

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

See Also

© 2011 All Rights Reserved.