User`s guide
Add Components to the GUI
• Specify the te
xt that appears in the component by setting the component
String prope
rty to the desired text, in this case
Select a data set.
To display the & character in a list item, use two & characters in the string.
The words
remove, default,andfactory (case sensitive) are reserved.
To use one of these as a label, prepend a backslash (
\) to the string. For
example,
\remove yields remove.
If your component is not wide enough to accomm odate the specified
String,
MATLABsoftwarewrapsthestring.
• Ifyouwanttosetthepositionorsizeofthecomponenttoanexactvalue,
then modify its
Position property. See “Locate and Move Components” on
page 6-83 and “Resize Components” on page 6-86 for details.
• You can specify a text font, including its
FontName, FontWeight, FontAngle,
FontSize,andFontUnits properties. For details, see the previous topic,
6-49