GrapeCity.Xaml.SpreadSheet.Data
Location Property (FloatingObject)


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

Property Value

The location of a floating object.
See Also

Reference

FloatingObject Class
FloatingObject Members