Gets or sets a value that indicates the rendered element position and size.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property RenderBound As ItemBound |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ItemMeasurement
Dim value As ItemBound
instance.RenderBound = value
value = instance.RenderBound |
| Delphi | |
|---|
public read-write property RenderBound: ItemBound; |
| JScript | |
|---|
public function get,set RenderBound : ItemBound |
| Managed Extensions for C++ | |
|---|
public: __property ItemBound* get_RenderBound();
public: __property void set_RenderBound(
ItemBound* value
); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also