dotnetCHARTING Send comments on this topic.
PreviewAreaHeight Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : PreviewAreaHeight Property


Gets or sets a value that determines the height of the preview area in pixels.

Syntax

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

See Also

© 2010 All Rights Reserved.