ComponentOne Basic Library for WPF and Silverlight
Left Property (C1Window)


C1.Silverlight Namespace > C1Window Class : Left Property
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 System.Double
'Usage
 
Dim instance As C1Window
Dim value As System.Double
 
instance.Left = value
 
value = instance.Left
public System.double Left {get; set;}
See Also

Reference

C1Window Class
C1Window Members