Jump to content

Decoration class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=Decoration|id=4|scope=basic|class_0=Generic|class_1=GObject|class_2=Decoration}}
{{VIServerClass|4}}


{{stub}}
{{stub}}
Line 108: Line 108:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 123: Line 123:
[[Category:VI Server]]
[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:]]

Revision as of 22:30, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Decoration class
Class ID 4
Scope Basic Development Environment
Class Inheritance
Class Children


The Decoration class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Decoration Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Decoration Properties Table
Property ID Short Name (English) Description R/W RTE
632CC03 Colors Colors of the decoration expressed in terms of (Foreground Color, Background Color) pair.

If the description is a text label, then you must set the Text Colors:BG Color property to transparent to see the decoration colors of an object.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is similar to using the color picker to specify the foreground and background colors of the decoration.

R/W X
632CC05 BGColor Background color of the decoration.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is an element of the Colors property.

This property is similar to using the color picker to specify the background color of the decoration.

R/W X
632CC04 FGColor Foreground color of the decoration.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is an element of the Colors property.

This property is similar to using the color picker to specify the foreground color of the decoration.

R/W X
632CC07 OwningPane Returns a reference to the owning pane of the referenced decoration.

For nested decorations, this property returns a reference to the owning pane of the object that contains the referenced decoration.

If the decoration is not on a pane, this property returns Not a Refnum.

R X
632CC00 Size Bounding area of the decoration specified in terms of width and height in pixels.

This property is similar to setting the width and height of the decoration in the Resize Objects dialog box.

R/W X
632CC02 Height Height of the bounding area of the decoration in pixels.

This property is an element of the Size property.

This property is similar to the Height item in the Resize Objects dialog box.

R/W X
632CC01 Width Width of the bounding area of the decoration in pixels.

This property is an element of the Size property.

This property is similar to the Width item in the Resize Objects dialog box.

R/W X
632CC06 Visible Indicates whether the decoration is visible. R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also