ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ClientRectangle Property |
'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(); }