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



In This Topic
    Left Property
    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
    'Usage
     
    
    Dim instance As C1Window
    Dim value As Double
     
    instance.Left = value
     
    value = instance.Left
    public double Left {get; set;}
    public:
    property double Left {
       double get();
       void set (    double value);
    }
    See Also