ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / ClientRectangle Property




In This Topic
    ClientRectangle Property (PageView)
    In This Topic
    Gets the rectangle ImageGear display code should use as the client area rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClientRectangle As ImGearRectangle
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearRectangle
     
    value = instance.ClientRectangle
    public ImGearRectangle ClientRectangle {get;}
    public: __property ImGearRectangle get_ClientRectangle();
    public:
    property ImGearRectangle ClientRectangle {
       ImGearRectangle get();
    }

    Property Value

    ImageGear.Core.ImGearRectangle structure object.
    See Also