Spread Silverlight Documentation
Location Property (FloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > FloatingObject Class : Location Property
Gets or sets the location of a floating object.
Syntax
'Declaration
 
Public Property Location As System.Windows.Point
'Usage
 
Dim instance As FloatingObject
Dim value As System.Windows.Point
 
instance.Location = value
 
value = instance.Location
public System.Windows.Point Location {get; set;}

Property Value

The location of a floating object.
See Also

Reference

FloatingObject Class
FloatingObject Members