Pane Properties

LabView Local Project Settings

Pane Properties

Installed With: Base Package

Inherits from Generic»GObject. View the class hierarchy.

Right-click a scroll bar in a pane and select Create»Property Node from the shortcut menu and select the property you want to configure. You also can click a VI Server Reference and select Pane from the shortcut menu to create a reference you can use with these properties programmatically.

You can use the Panes[] property to obtain a reference to a pane in another VI.

PropertyDescription
All Objects[]Array of references to all the objects (controls and decorations) on the pane. Details
Background ImageSets the background image the pane uses. LabVIEW supports BMP, JPEG, and PNG graphic formats for background images. Details
Background ModeSets the positioning of the background image in the pane. You can select from the following options:
  • Stretch—(Default) The image stretches to fill the pane. When you select this option, resizing the pane also resizes the image.
  • Center—The image appears centered in the pane.
  • Tile—The image repeats in a tile pattern to fill the pane.
Details
Content Area RectReturns the bounding rectangle of the content area of the pane in the coordinate system of the pane. Details
Controls[]Array of references to the controls and indicators on the pane. Details
Decorations[]Array of references to the decorations in the pane. Details
Horizontal Scrollbar VisibilityGets or sets the horizontal scrollbar visibility of the pane. Details
LabelReference to the label object. Details
Minimum Pane SizeIf the pane is sizable, this property determines the minimum size to which a pane can be reduced. Setting this property can cause the pane or window to grow if its current size is less than the minimum size. Details
OriginA cluster that contains the vertical and horizontal coordinates of the upper left corner of the pane. The coordinates are relative to the coordinate system of the pane. Details
Pane ColorBackground color of the pane. Details
Vertical Scrollbar VisibilityGets or sets the vertical scrollbar visibility of the pane. Details