Gets or sets the template bounds rectangle. Setting this property for
a default template has no effect.
| C# | Visual Basic | Visual C++ |
public RectangleF Bounds { get; set; }
Public Property Bounds As RectangleF Get Set
public: property RectangleF Bounds { RectangleF get (); void set (RectangleF value); }