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


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

Syntax

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

See Also

© 2011 All Rights Reserved.