NX Open C++ Reference Guide
|
Text box display style
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. | |
Text box display style
Use CAE::Xyplot::TextBoxStyleSetting instead.
NXOpen::CAE::Xyplot::TextBoxStyle::TextBoxStyle | ( | bool | showTextBoxInitial, |
int | boxColorInitial, | ||
bool | fillTextBoxInitial, | ||
int | filledColorInitial | ||
) |
Constructor for the TextBoxStyle struct.
showTextBoxInitial | Whether to show the text box |
boxColorInitial | Text box rim color. The acceptable range is 1-216 |
fillTextBoxInitial | Whether to fill the text box |
filledColorInitial | Text box filled color. The acceptable range is 1-216 |
int NXOpen::CAE::Xyplot::TextBoxStyle::BoxColor |
Text box rim color.
The acceptable range is 1-216
int NXOpen::CAE::Xyplot::TextBoxStyle::FilledColor |
Text box filled color.
The acceptable range is 1-216
bool NXOpen::CAE::Xyplot::TextBoxStyle::FillTextBox |
Whether to fill the text box.
bool NXOpen::CAE::Xyplot::TextBoxStyle::ShowTextBox |
Whether to show the text box.