GObject class/Bounds property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 632A803
Scope Basic Development Environment
Data Name Bounds
Short Name* Bounds
Long Name* Bounds
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 36
Owning Class Name GObject Class
Data Type Numeric Cluster TypeDef data type

Numeric Cluster TypeDef

Property Node Bounds
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Maximum bounding area of the object specified in terms of width and height in pixels.

For a front panel object, this property returns the dimensions of the rectangle enclosing all the visible object components, such as the control, caption, label, graph legends, and so on.

You cannot use this property to change the size of an object. To change the size of an object programmatically, use more specific properties such as Text Width or Plot Area:Size.

Elements Bounds:Area Width

Bounds:Area Height


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links