Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / Location Property


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