Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / OriginalBounds Property


In This Topic
    OriginalBounds Property
    In This Topic
    Gets the original bounds.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalBounds As RectangleF
    'Usage
     
    
    Dim instance As PSObject
    Dim value As RectangleF
     
    value = instance.OriginalBounds
    public RectangleF OriginalBounds {get;}

    Property Value

    The original bounds.
    See Also