BCGControlBar Library for .NET
MarginBounds Property




Syntax
'Declaration
 
Public Property MarginBounds As RectangleF
'Usage
 
Dim instance As GridPrintPageEventArgs
Dim value As RectangleF
 
instance.MarginBounds = value
 
value = instance.MarginBounds
public RectangleF MarginBounds {get; set;}
public: __property RectangleF get_MarginBounds();
public: __property void set_MarginBounds( 
   RectangleF value
);
public:
property RectangleF MarginBounds {
   RectangleF get();
   void set (    RectangleF value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridPrintPageEventArgs Class
GridPrintPageEventArgs Members

Send Feedback