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


Gets or sets an Orientation enumeration that specifies how the header is oriented in regard to the parent box. Top, Left, Right, and Bottom orientation settings are supported.

Syntax

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

See Also

© 2021 All Rights Reserved.