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

In This Topic
    Left Property (C1DockWindow)
    In This Topic
    Gets or sets the distance from the left side of the window to the left side of its container.
    Syntax
    'Declaration
     
    Public Property Left As Double
    public double Left {get; set;}
    See Also