ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / Top Property



In This Topic
    Top Property
    In This Topic
    Gets or sets the distance from the top side of the window to the top side of its container.
    Syntax
    'Declaration
     
    
    Public Property Top As Double
    'Usage
     
    
    Dim instance As C1Window
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    public double Top {get; set;}
    public:
    property double Top {
       double get();
       void set (    double value);
    }
    See Also