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


Gets or sets a Point object representing the offset of this box header in pixels.

Syntax

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

See Also

© 2011 All Rights Reserved.