MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Uživatelský manuál Strana 365

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 500
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 364
Lay Out a UI Programmatically
10-33
Explicitly changing the Position or OuterPosition causes the other property to change.
For example, this is the current Position value of f:
f.Position
ans =
258 132 560 420
Changing the OuterPosition causes the Position to change:
f.OuterPosition = [250 250 490 340];
f.Position
ans =
Zobrazit stránku 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 499 500

Komentáře k této Příručce

Žádné komentáře