Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / Location Property


In This Topic
    Location Property (FloatingObject)
    In This Topic
    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