Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / Top Property

In This Topic
    Top Property (C1Window)
    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
    public double Top {get; set;}
    See Also