Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / Location Property


In This Topic
    Location Property (SpreadCameraShape)
    In This Topic
    Gets or sets the location of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property Location As Point
    'Usage
     
    
    Dim instance As SpreadCameraShape
    Dim value As Point
     
    instance.Location = value
     
    value = instance.Location
    public override Point Location {get; set;}
    See Also