dotnetCHARTING Send comments on this topic.
Header Property
See Also 
dotnetCHARTING Namespace > Box Class : Header Property


Gets or sets a BoxHeaderOptions object describing this boxes header options and content.

Syntax

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

See Also

© 2011 All Rights Reserved.