NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::CAE::Xyplot::TextBoxStyle Struct Reference

Text box display style. More...

List of all members.

Public Member Functions

 TextBoxStyle (bool showTextBoxInitial, int boxColorInitial, bool fillTextBoxInitial, int filledColorInitial)
 Constructor for the TextBoxStyle struct.

Public Attributes

int BoxColor
 Text box rim color.
int FilledColor
 Text box filled color.
bool FillTextBox
 Whether to fill the text box.
bool ShowTextBox
 Whether to show the text box.

Detailed Description

Text box display style.


Constructor & Destructor Documentation

NXOpen::CAE::Xyplot::TextBoxStyle::TextBoxStyle ( bool  showTextBoxInitial,
int  boxColorInitial,
bool  fillTextBoxInitial,
int  filledColorInitial 
)

Constructor for the TextBoxStyle struct.

Parameters:
showTextBoxInitialWhether to show the text box
boxColorInitialText box rim color. The acceptable range is 1-216
fillTextBoxInitialWhether to fill the text box
filledColorInitialText box filled color. The acceptable range is 1-216

Member Data Documentation

Text box rim color.

The acceptable range is 1-216

Text box filled color.

The acceptable range is 1-216

Whether to fill the text box.

Whether to show the text box.


The documentation for this struct was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.