Intersoft ClientUI Documentation
DesignBound Property



Gets or sets a value that indicates the design element position and size.
Syntax
Public Property DesignBound As ItemBound
Dim instance As ItemMeasurement
Dim value As ItemBound
 
instance.DesignBound = value
 
value = instance.DesignBound
public ItemBound DesignBound {get; set;}
public:
property ItemBound^ DesignBound {
   ItemBound^ get();
   void set (    ItemBound^ 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

ItemMeasurement Class
ItemMeasurement Members

Send Feedback