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


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

Reference

C1Window Class
C1Window Members