ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearScrollableView Interface / ClientRectangle Property




In This Topic
    ClientRectangle Property (IImGearScrollableView)
    In This Topic
    Gets a rectangle of the client area.
    Syntax
    'Declaration
     
    ReadOnly Property ClientRectangle As ImGearRectangle
    'Usage
     
    Dim instance As IImGearScrollableView
    Dim value As ImGearRectangle
     
    value = instance.ClientRectangle
    ImGearRectangle ClientRectangle {get;}
    __property ImGearRectangle get_ClientRectangle();
    property ImGearRectangle ClientRectangle {
       ImGearRectangle get();
    }

    Property Value

    ImageGear.Core.ImGearRectangle structure object.
    See Also