ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / Top Property

In This Topic
    Top Property (C1DockWindow)
    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