Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / LayoutablePicture Class / Bounds Property


In This Topic
    Bounds Property (LayoutablePicture)
    In This Topic
    Gets or sets the bounds.
    Syntax
    'Declaration
     
    
    Public Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As LayoutablePicture
    Dim value As Rectangle
     
    instance.Bounds = value
     
    value = instance.Bounds
    public Rectangle Bounds {get; set;}

    Property Value

    The bounds.
    See Also