File: Graphics-Properties-Index.html

package info (click to toggle)
octave 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124,192 kB
  • sloc: cpp: 322,665; ansic: 68,088; fortran: 20,980; objc: 8,121; sh: 7,719; yacc: 4,266; lex: 4,123; perl: 1,530; java: 1,366; awk: 1,257; makefile: 424; xml: 147
file content (894 lines) | stat: -rw-r--r-- 170,661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Graphics Properties Index (GNU Octave (version 6.2.0))</title>

<meta name="description" content="Graphics Properties Index (GNU Octave (version 6.2.0))">
<meta name="keywords" content="Graphics Properties Index (GNU Octave (version 6.2.0))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html" rel="start" title="Top">
<link href="Concept-Index.html" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html" rel="up" title="Top">
<link href="Operator-Index.html" rel="prev" title="Operator Index">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">


</head>

<body lang="en">
<span id="Graphics-Properties-Index"></span><div class="header">
<p>
Previous: <a href="Operator-Index.html" accesskey="p" rel="prev">Operator Index</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<span id="Graphics-Properties-Index-1"></span><h2 class="unnumbered">Graphics Properties Index</h2>

<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Graphics-Properties-Index_pr_symbol-1"><b> </b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-U"><b>U</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-pr" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_symbol-1"> </th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index--Axes-PropertiesAxes-Properties">Axes Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index--Figure-PropertiesFigure-Properties">Figure Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index--Image-PropertiesImage-Properties">Image Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index--Legend-PropertiesLegend-Properties">Legend Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index--Light-PropertiesLight-Properties">Light Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index--Line-PropertiesLine-Properties">Line Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index--Patch-PropertiesPatch-Properties">Patch Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index--Root-PropertiesRoot-Properties">Root Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index--Surface-PropertiesSurface-Properties">Surface Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index--Text-PropertiesText-Properties">Text Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index--Uibuttongroup-PropertiesUibuttongroup-Properties">Uibuttongroup Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index--Uicontextmenu-PropertiesUicontextmenu-Properties">Uicontextmenu Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index--Uicontrol-PropertiesUicontrol-Properties">Uicontrol Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index--Uimenu-PropertiesUimenu-Properties">Uimenu Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index--Uipanel-PropertiesUipanel-Properties">Uipanel Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index--Uipushtool-PropertiesUipushtool-Properties">Uipushtool Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index--Uitoggletool-PropertiesUitoggletool-Properties">Uitoggletool Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index--Uitoolbar-PropertiesUitoolbar-Properties">Uitoolbar Properties</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-A">A</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-activepositionproperty">axes activepositionproperty</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-alim">axes alim</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-alimmode">axes alimmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ambientlightcolor">axes ambientlightcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-beingdeleted">axes beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-box">axes box</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-boxstyle">axes boxstyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-busyaction">axes busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-buttondownfcn">axes buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameraposition">axes cameraposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-camerapositionmode">axes camerapositionmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameratarget">axes cameratarget</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameratargetmode">axes cameratargetmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameraupvector">axes cameraupvector</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameraupvectormode">axes cameraupvectormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameraviewangle">axes cameraviewangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-cameraviewanglemode">axes cameraviewanglemode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-children">axes children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-clim">axes clim</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-climmode">axes climmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-clipping">axes clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-clippingstyle">axes clippingstyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-color">axes color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-colormap">axes colormap</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-colororder">axes colororder</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-colororderindex">axes colororderindex</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-createfcn">axes createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-currentpoint">axes currentpoint</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-dataaspectratio">axes dataaspectratio</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-dataaspectratiomode">axes dataaspectratiomode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-deletefcn">axes deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontangle">axes fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontname">axes fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontsize">axes fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontsmoothing">axes fontsmoothing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontunits">axes fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-fontweight">axes fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-gridalpha">axes gridalpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-gridalphamode">axes gridalphamode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-gridcolor">axes gridcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-gridcolormode">axes gridcolormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-gridlinestyle">axes gridlinestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-handlevisibility">axes handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-hittest">axes hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-interruptible">axes interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-labelfontsizemultiplier">axes labelfontsizemultiplier</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-layer">axes layer</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-linestyleorder">axes linestyleorder</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-linestyleorderindex">axes linestyleorderindex</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-linewidth">axes linewidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-minorgridalpha">axes minorgridalpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-minorgridalphamode">axes minorgridalphamode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-minorgridcolor">axes minorgridcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-minorgridcolormode">axes minorgridcolormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-minorgridlinestyle">axes minorgridlinestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-mousewheelzoom">axes mousewheelzoom</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-nextplot">axes nextplot</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-outerposition">axes outerposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-parent">axes parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-pickableparts">axes pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-plotboxaspectratio">axes plotboxaspectratio</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-plotboxaspectratiomode">axes plotboxaspectratiomode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-position">axes position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-projection">axes projection</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-selected">axes selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-selectionhighlight">axes selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-sortmethod">axes sortmethod</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-tag">axes tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-tickdir">axes tickdir</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-tickdirmode">axes tickdirmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ticklabelinterpreter">axes ticklabelinterpreter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ticklength">axes ticklength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-tightinset">axes tightinset</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-title">axes title</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-titlefontsizemultiplier">axes titlefontsizemultiplier</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-titlefontweight">axes titlefontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-type">axes type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-uicontextmenu">axes uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-units">axes units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-userdata">axes userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-view">axes view</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-visible">axes visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xaxislocation">axes xaxislocation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xcolor">axes xcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xcolormode">axes xcolormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xdir">axes xdir</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xgrid">axes xgrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xlabel">axes xlabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xlim">axes xlim</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xlimmode">axes xlimmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xminorgrid">axes xminorgrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xminortick">axes xminortick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xscale">axes xscale</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xtick">axes xtick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xticklabel">axes xticklabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xticklabelmode">axes xticklabelmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xticklabelrotation">axes xticklabelrotation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-xtickmode">axes xtickmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yaxislocation">axes yaxislocation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ycolor">axes ycolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ycolormode">axes ycolormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ydir">axes ydir</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ygrid">axes ygrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ylabel">axes ylabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ylim">axes ylim</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ylimmode">axes ylimmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yminorgrid">axes yminorgrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yminortick">axes yminortick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yscale">axes yscale</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ytick">axes ytick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yticklabel">axes yticklabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yticklabelmode">axes yticklabelmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-yticklabelrotation">axes yticklabelrotation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ytickmode">axes ytickmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zcolor">axes zcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zcolormode">axes zcolormode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zdir">axes zdir</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zgrid">axes zgrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zlabel">axes zlabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zlim">axes zlim</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zlimmode">axes zlimmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zminorgrid">axes zminorgrid</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zminortick">axes zminortick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zscale">axes zscale</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ztick">axes ztick</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zticklabel">axes zticklabel</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zticklabelmode">axes zticklabelmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-zticklabelrotation">axes zticklabelrotation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Axes-Properties.html#index-axes-ztickmode">axes ztickmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Axes-Properties.html">Axes Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-F">F</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-alphamap">figure alphamap</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-beingdeleted">figure beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-busyaction">figure busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-buttondownfcn">figure buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-children">figure children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-clipping">figure clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-closerequestfcn">figure closerequestfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-color">figure color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-colormap">figure colormap</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-createfcn">figure createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-currentaxes">figure currentaxes</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-currentcharacter">figure currentcharacter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-currentobject">figure currentobject</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-currentpoint">figure currentpoint</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-deletefcn-1">figure deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-dockcontrols">figure dockcontrols</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-filename">figure filename</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-graphicssmoothing">figure graphicssmoothing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-handlevisibility">figure handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-hittest">figure hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-integerhandle">figure integerhandle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-interruptible">figure interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-inverthardcopy">figure inverthardcopy</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-keypressfcn">figure keypressfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-keyreleasefcn">figure keyreleasefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-menubar">figure menubar</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-name">figure name</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-nextplot">figure nextplot</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-number">figure number</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-numbertitle">figure numbertitle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-outerposition">figure outerposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-paperorientation">figure paperorientation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-paperposition">figure paperposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-paperpositionmode">figure paperpositionmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-papersize">figure papersize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-papertype">figure papertype</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-paperunits">figure paperunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-parent">figure parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-pickableparts">figure pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-pointer">figure pointer</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-pointershapecdata">figure pointershapecdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-pointershapehotspot">figure pointershapehotspot</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-position">figure position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-renderer">figure renderer</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-renderermode">figure renderermode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-resize">figure resize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-resizefcn">figure resizefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-selected">figure selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-selectionhighlight">figure selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-selectiontype">figure selectiontype</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-sizechangedfcn">figure sizechangedfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-tag">figure tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-toolbar">figure toolbar</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-type">figure type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-uicontextmenu">figure uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-units">figure units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-userdata">figure userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-visible">figure visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowbuttondownfcn">figure windowbuttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowbuttonmotionfcn">figure windowbuttonmotionfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowbuttonupfcn">figure windowbuttonupfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowkeypressfcn">figure windowkeypressfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowkeyreleasefcn">figure windowkeyreleasefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowscrollwheelfcn">figure windowscrollwheelfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Figure-Properties.html#index-figure-windowstyle">figure windowstyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Figure-Properties.html">Figure Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-I">I</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-alphadata">image alphadata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-alphadatamapping">image alphadatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-beingdeleted">image beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-busyaction">image busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-buttondownfcn">image buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-cdata">image cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-cdatamapping">image cdatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-children">image children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-clipping">image clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-createfcn">image createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-deletefcn">image deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-handlevisibility">image handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-hittest">image hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-interruptible">image interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-parent">image parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-pickableparts">image pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-selected">image selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-selectionhighlight">image selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-tag">image tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-type">image type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-uicontextmenu">image uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-userdata">image userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-visible">image visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-xdata">image xdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Image-Properties.html#index-image-ydata">image ydata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Image-Properties.html">Image Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-L">L</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-autoupdate">legend autoupdate</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-box">legend box</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-color">legend color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-edgecolor">legend edgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-fontangle">legend fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-fontname">legend fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-fontsize">legend fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-fontunits">legend fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-fontweight">legend fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-location">legend location</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-numcolumns">legend numcolumns</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-orientation">legend orientation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-position">legend position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-string">legend string</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-textcolor">legend textcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-title">legend title</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Legend-Properties.html#index-legend-units">legend units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Legend-Properties.html">Legend Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-beingdeleted">light beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-busyaction">light busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-buttondownfcn">light buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-children">light children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-clipping">light clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-color">light color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-createfcn">light createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-deletefcn">light deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-handlevisibility">light handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-hittest">light hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-interruptible">light interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-parent">light parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-pickableparts">light pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-position">light position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-selected">light selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-selectionhighlight">light selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-style">light style</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-tag">light tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-type">light type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-uicontextmenu">light uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-userdata">light userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Light-Properties.html#index-light-visible">light visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Light-Properties.html">Light Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-beingdeleted">line beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-busyaction">line busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-buttondownfcn">line buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-children">line children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-clipping">line clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-color">line color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-createfcn">line createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-deletefcn">line deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-displayname">line displayname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-handlevisibility">line handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-hittest">line hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-interruptible">line interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-linejoin">line linejoin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-linestyle">line linestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-linewidth">line linewidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-marker">line marker</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-markeredgecolor">line markeredgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-markerfacecolor">line markerfacecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-markersize">line markersize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-parent">line parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-pickableparts">line pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-selected">line selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-selectionhighlight">line selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-tag">line tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-type">line type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-uicontextmenu">line uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-userdata">line userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-visible">line visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-xdata">line xdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-xdatasource">line xdatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-ydata">line ydata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-ydatasource">line ydatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-zdata">line zdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Line-Properties.html#index-line-zdatasource">line zdatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Line-Properties.html">Line Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-P">P</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-alphadatamapping">patch alphadatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-ambientstrength">patch ambientstrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-backfacelighting">patch backfacelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-beingdeleted">patch beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-busyaction">patch busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-buttondownfcn">patch buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-cdata">patch cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-cdatamapping">patch cdatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-children">patch children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-clipping">patch clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-createfcn">patch createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-deletefcn">patch deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-diffusestrength">patch diffusestrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-displayname">patch displayname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-edgealpha">patch edgealpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-edgecolor">patch edgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-edgelighting">patch edgelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facealpha">patch facealpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facecolor">patch facecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facelighting">patch facelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facenormals">patch facenormals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facenormalsmode">patch facenormalsmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-faces">patch faces</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facevertexalphadata">patch facevertexalphadata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-facevertexcdata">patch facevertexcdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-handlevisibility">patch handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-hittest">patch hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-interruptible">patch interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-linestyle">patch linestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-linewidth">patch linewidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-marker">patch marker</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-markeredgecolor">patch markeredgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-markerfacecolor">patch markerfacecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-markersize">patch markersize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-parent">patch parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-pickableparts">patch pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-selected">patch selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-selectionhighlight">patch selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-specularcolorreflectance">patch specularcolorreflectance</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-specularexponent">patch specularexponent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-specularstrength">patch specularstrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-tag">patch tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-type">patch type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-uicontextmenu">patch uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-userdata">patch userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-vertexnormals">patch vertexnormals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-vertexnormalsmode">patch vertexnormalsmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-vertices">patch vertices</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-visible">patch visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-xdata">patch xdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-ydata">patch ydata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Patch-Properties.html#index-patch-zdata">patch zdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Patch-Properties.html">Patch Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-R">R</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-beingdeleted">root beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-busyaction">root busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-buttondownfcn">root buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-callbackobject">root callbackobject</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-children">root children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-clipping">root clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-commandwindowsize">root commandwindowsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-createfcn">root createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-currentfigure">root currentfigure</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-deletefcn">root deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-fixedwidthfontname">root fixedwidthfontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-handlevisibility">root handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-hittest">root hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-interruptible">root interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-monitorpositions">root monitorpositions</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-parent">root parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-pickableparts">root pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-pointerlocation">root pointerlocation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-pointerwindow">root pointerwindow</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-screendepth">root screendepth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-screenpixelsperinch">root screenpixelsperinch</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-screensize">root screensize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-selected">root selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-selectionhighlight">root selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-showhiddenhandles">root showhiddenhandles</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-tag">root tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-type">root type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-uicontextmenu">root uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-units">root units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-userdata">root userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Root-Properties.html#index-root-visible">root visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Root-Properties.html">Root Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-S">S</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-alphadata">surface alphadata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-alphadatamapping">surface alphadatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-ambientstrength">surface ambientstrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-backfacelighting">surface backfacelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-beingdeleted">surface beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-busyaction">surface busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-buttondownfcn">surface buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-cdata">surface cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-cdatamapping">surface cdatamapping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-cdatasource">surface cdatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-children">surface children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-clipping">surface clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-createfcn">surface createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-deletefcn">surface deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-diffusestrength">surface diffusestrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-displayname">surface displayname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-edgealpha">surface edgealpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-edgecolor">surface edgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-edgelighting">surface edgelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-facealpha">surface facealpha</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-facecolor">surface facecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-facelighting">surface facelighting</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-facenormals">surface facenormals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-facenormalsmode">surface facenormalsmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-handlevisibility">surface handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-hittest">surface hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-interruptible">surface interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-linestyle">surface linestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-linewidth">surface linewidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-marker">surface marker</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-markeredgecolor">surface markeredgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-markerfacecolor">surface markerfacecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-markersize">surface markersize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-meshstyle">surface meshstyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-parent">surface parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-pickableparts">surface pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-selected">surface selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-selectionhighlight">surface selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-specularcolorreflectance">surface specularcolorreflectance</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-specularexponent">surface specularexponent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-specularstrength">surface specularstrength</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-tag">surface tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-type">surface type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-uicontextmenu">surface uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-userdata">surface userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-vertexnormals">surface vertexnormals</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-vertexnormalsmode">surface vertexnormalsmode</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-visible">surface visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-xdata">surface xdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-xdatasource">surface xdatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-ydata">surface ydata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-ydatasource">surface ydatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-zdata">surface zdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Surface-Properties.html#index-surface-zdatasource">surface zdatasource</a>:</td><td>&nbsp;</td><td valign="top"><a href="Surface-Properties.html">Surface Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-T">T</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-backgroundcolor">text backgroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-beingdeleted">text beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-busyaction">text busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-buttondownfcn">text buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-children">text children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-clipping">text clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-color">text color</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-createfcn">text createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-deletefcn">text deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-edgecolor">text edgecolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-editing">text editing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-extent">text extent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontangle">text fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontname">text fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontsize">text fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontsmoothing">text fontsmoothing</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontunits">text fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-fontweight">text fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-handlevisibility">text handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-hittest">text hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-horizontalalignment">text horizontalalignment</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-interpreter">text interpreter</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-interruptible">text interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-linestyle">text linestyle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-linewidth">text linewidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-margin">text margin</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-parent">text parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-pickableparts">text pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-position">text position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-rotation">text rotation</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-selected">text selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-selectionhighlight">text selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-string">text string</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-tag">text tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-type">text type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-uicontextmenu">text uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-units">text units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-userdata">text userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-verticalalignment">text verticalalignment</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Text-Properties.html#index-text-visible">text visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Text-Properties.html">Text Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Graphics-Properties-Index_pr_letter-U">U</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-backgroundcolor">uibuttongroup backgroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-beingdeleted">uibuttongroup beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-bordertype">uibuttongroup bordertype</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-borderwidth">uibuttongroup borderwidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-busyaction">uibuttongroup busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-buttondownfcn">uibuttongroup buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-children">uibuttongroup children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-clipping">uibuttongroup clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-createfcn">uibuttongroup createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-deletefcn">uibuttongroup deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-fontangle">uibuttongroup fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-fontname">uibuttongroup fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-fontsize">uibuttongroup fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-fontunits">uibuttongroup fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-fontweight">uibuttongroup fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-foregroundcolor">uibuttongroup foregroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-handlevisibility">uibuttongroup handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-highlightcolor">uibuttongroup highlightcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-hittest">uibuttongroup hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-interruptible">uibuttongroup interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-parent">uibuttongroup parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-pickableparts">uibuttongroup pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-position">uibuttongroup position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-resizefcn">uibuttongroup resizefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-selected">uibuttongroup selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-selectedobject">uibuttongroup selectedobject</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-selectionchangedfcn">uibuttongroup selectionchangedfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-selectionhighlight">uibuttongroup selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-shadowcolor">uibuttongroup shadowcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-sizechangedfcn">uibuttongroup sizechangedfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-tag">uibuttongroup tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-title">uibuttongroup title</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-titleposition">uibuttongroup titleposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-type">uibuttongroup type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-uicontextmenu">uibuttongroup uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-units">uibuttongroup units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-userdata">uibuttongroup userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uibuttongroup-Properties.html#index-uibuttongroup-visible">uibuttongroup visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uibuttongroup-Properties.html">Uibuttongroup Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-beingdeleted">uicontextmenu beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-busyaction">uicontextmenu busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-buttondownfcn">uicontextmenu buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-callback">uicontextmenu callback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-children">uicontextmenu children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-clipping">uicontextmenu clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-createfcn">uicontextmenu createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-deletefcn">uicontextmenu deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-handlevisibility">uicontextmenu handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-hittest">uicontextmenu hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-interruptible">uicontextmenu interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-parent">uicontextmenu parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-pickableparts">uicontextmenu pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-position">uicontextmenu position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-selected">uicontextmenu selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-selectionhighlight">uicontextmenu selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-tag">uicontextmenu tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-type">uicontextmenu type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-uicontextmenu">uicontextmenu uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-userdata">uicontextmenu userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontextmenu-Properties.html#index-uicontextmenu-visible">uicontextmenu visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontextmenu-Properties.html">Uicontextmenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-backgroundcolor">uicontrol backgroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-beingdeleted">uicontrol beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-busyaction">uicontrol busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-buttondownfcn">uicontrol buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-callback">uicontrol callback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-cdata">uicontrol cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-children">uicontrol children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-clipping">uicontrol clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-createfcn">uicontrol createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-deletefcn">uicontrol deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-enable">uicontrol enable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-extent">uicontrol extent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-fontangle">uicontrol fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-fontname">uicontrol fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-fontsize">uicontrol fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-fontunits">uicontrol fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-fontweight">uicontrol fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-foregroundcolor">uicontrol foregroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-handlevisibility">uicontrol handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-hittest">uicontrol hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-horizontalalignment">uicontrol horizontalalignment</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-interruptible">uicontrol interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-keypressfcn">uicontrol keypressfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-listboxtop">uicontrol listboxtop</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-max">uicontrol max</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-min">uicontrol min</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-parent">uicontrol parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-pickableparts">uicontrol pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-position">uicontrol position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-selected">uicontrol selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-selectionhighlight">uicontrol selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-sliderstep">uicontrol sliderstep</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-string">uicontrol string</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-style">uicontrol style</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-tag">uicontrol tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-tooltipstring">uicontrol tooltipstring</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-type">uicontrol type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-uicontextmenu">uicontrol uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-units">uicontrol units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-userdata">uicontrol userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-value">uicontrol value</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-verticalalignment">uicontrol verticalalignment</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uicontrol-Properties.html#index-uicontrol-visible">uicontrol visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uicontrol-Properties.html">Uicontrol Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-accelerator">uimenu accelerator</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-beingdeleted">uimenu beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-busyaction">uimenu busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-buttondownfcn">uimenu buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-callback">uimenu callback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-checked">uimenu checked</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-children">uimenu children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-clipping">uimenu clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-createfcn">uimenu createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-deletefcn">uimenu deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-enable">uimenu enable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-foregroundcolor">uimenu foregroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-handlevisibility">uimenu handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-hittest">uimenu hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-interruptible">uimenu interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-label">uimenu label</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-parent">uimenu parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-pickableparts">uimenu pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-position">uimenu position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-selected">uimenu selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-selectionhighlight">uimenu selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-separator">uimenu separator</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-tag">uimenu tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-type">uimenu type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-uicontextmenu">uimenu uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-userdata">uimenu userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uimenu-Properties.html#index-uimenu-visible">uimenu visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uimenu-Properties.html">Uimenu Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-backgroundcolor">uipanel backgroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-beingdeleted">uipanel beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-bordertype">uipanel bordertype</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-borderwidth">uipanel borderwidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-busyaction">uipanel busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-buttondownfcn">uipanel buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-children">uipanel children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-clipping">uipanel clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-createfcn">uipanel createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-deletefcn">uipanel deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-fontangle">uipanel fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-fontname">uipanel fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-fontsize">uipanel fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-fontunits">uipanel fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-fontweight">uipanel fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-foregroundcolor">uipanel foregroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-handlevisibility">uipanel handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-highlightcolor">uipanel highlightcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-hittest">uipanel hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-interruptible">uipanel interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-parent">uipanel parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-pickableparts">uipanel pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-position">uipanel position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-resizefcn">uipanel resizefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-selected">uipanel selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-selectionhighlight">uipanel selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-shadowcolor">uipanel shadowcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-sizechangedfcn">uipanel sizechangedfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-tag">uipanel tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-title">uipanel title</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-titleposition">uipanel titleposition</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-type">uipanel type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-uicontextmenu">uipanel uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-units">uipanel units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-userdata">uipanel userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipanel-Properties.html#index-uipanel-visible">uipanel visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipanel-Properties.html">Uipanel Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-beingdeleted">uipushtool beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-busyaction">uipushtool busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-buttondownfcn">uipushtool buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-cdata">uipushtool cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-children">uipushtool children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-clickedcallback">uipushtool clickedcallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-clipping">uipushtool clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-createfcn">uipushtool createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-deletefcn">uipushtool deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-enable">uipushtool enable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-handlevisibility">uipushtool handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-hittest">uipushtool hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-interruptible">uipushtool interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-parent">uipushtool parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-pickableparts">uipushtool pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-selected">uipushtool selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-selectionhighlight">uipushtool selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-separator">uipushtool separator</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-tag">uipushtool tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-tooltipstring">uipushtool tooltipstring</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-type">uipushtool type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-uicontextmenu">uipushtool uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-userdata">uipushtool userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-visible">uipushtool visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uipushtool-Properties.html#index-uipushtool-_005f_005fnamed_005ficon_005f_005f">uipushtool __named_icon__</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uipushtool-Properties.html">Uipushtool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-backgroundcolor">uitable backgroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-beingdeleted">uitable beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-busyaction">uitable busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-buttondownfcn">uitable buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-celleditcallback">uitable celleditcallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-cellselectioncallback">uitable cellselectioncallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-children">uitable children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-clipping">uitable clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-columneditable">uitable columneditable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-columnformat">uitable columnformat</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-columnname">uitable columnname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-columnwidth">uitable columnwidth</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-createfcn">uitable createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-data">uitable data</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-deletefcn">uitable deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-enable">uitable enable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-extent">uitable extent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-fontangle">uitable fontangle</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-fontname">uitable fontname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-fontsize">uitable fontsize</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-fontunits">uitable fontunits</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-fontweight">uitable fontweight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-foregroundcolor">uitable foregroundcolor</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-handlevisibility">uitable handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-hittest">uitable hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-interruptible">uitable interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-keypressfcn">uitable keypressfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-keyreleasefcn">uitable keyreleasefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-parent">uitable parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-pickableparts">uitable pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-position">uitable position</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-rearrangeablecolumns">uitable rearrangeablecolumns</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-rowname">uitable rowname</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-rowstriping">uitable rowstriping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-selected">uitable selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-selectionhighlight">uitable selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-tag">uitable tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-tooltipstring">uitable tooltipstring</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-type">uitable type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-uicontextmenu">uitable uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-units">uitable units</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-userdata">uitable userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitable-Properties.html#index-uitable-visible">uitable visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitable-Properties.html">Uitable Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-beingdeleted">uitoggletool beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-busyaction">uitoggletool busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-buttondownfcn">uitoggletool buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-cdata">uitoggletool cdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-children">uitoggletool children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-clickedcallback">uitoggletool clickedcallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-clipping">uitoggletool clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-createfcn">uitoggletool createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-deletefcn">uitoggletool deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-enable">uitoggletool enable</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-handlevisibility">uitoggletool handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-hittest">uitoggletool hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-interruptible">uitoggletool interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-offcallback">uitoggletool offcallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-oncallback">uitoggletool oncallback</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-parent">uitoggletool parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-pickableparts">uitoggletool pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-selected">uitoggletool selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-selectionhighlight">uitoggletool selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-separator">uitoggletool separator</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-state">uitoggletool state</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-tag">uitoggletool tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-tooltipstring">uitoggletool tooltipstring</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-type">uitoggletool type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-uicontextmenu">uitoggletool uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-userdata">uitoggletool userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-visible">uitoggletool visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoggletool-Properties.html#index-uitoggletool-_005f_005fnamed_005ficon_005f_005f">uitoggletool __named_icon__</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoggletool-Properties.html">Uitoggletool Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-beingdeleted">uitoolbar beingdeleted</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-busyaction">uitoolbar busyaction</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-buttondownfcn">uitoolbar buttondownfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-children">uitoolbar children</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-clipping">uitoolbar clipping</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-createfcn">uitoolbar createfcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-deletefcn">uitoolbar deletefcn</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-handlevisibility">uitoolbar handlevisibility</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-hittest">uitoolbar hittest</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-interruptible">uitoolbar interruptible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-parent">uitoolbar parent</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-pickableparts">uitoolbar pickableparts</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-selected">uitoolbar selected</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-selectionhighlight">uitoolbar selectionhighlight</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-tag">uitoolbar tag</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-type">uitoolbar type</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-uicontextmenu">uitoolbar uicontextmenu</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-userdata">uitoolbar userdata</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td></td><td valign="top"><a href="Uitoolbar-Properties.html#index-uitoolbar-visible">uitoolbar visible</a>:</td><td>&nbsp;</td><td valign="top"><a href="Uitoolbar-Properties.html">Uitoolbar Properties</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Graphics-Properties-Index_pr_symbol-1"><b> </b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Graphics-Properties-Index_pr_letter-U"><b>U</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<div class="header">
<p>
Previous: <a href="Operator-Index.html" accesskey="p" rel="prev">Operator Index</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>