ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotAreaRowDefinition Class / Height Property


In This Topic
    Height Property (PlotAreaRowDefinition)
    In This Topic
    Gets or sets the height of element.
    Syntax
    'Declaration
     
    
    Public Property Height As GridLength
    'Usage
     
    
    Dim instance As PlotAreaRowDefinition
    Dim value As GridLength
     
    instance.Height = value
     
    value = instance.Height
    public GridLength Height {get; set;}
    See Also