Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / OriginalBounds Property


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

    Property Value

    The original bounds.
    See Also