Property | Value | Description |
---|
BackgroundColor | colorspec | Color to use for exposed areas of the layout background. This can be an RGB triple (e.g. [0 0 1]) or a colour name (e.g. 'b'). |
BeingDeleted | on | off | Deletion status. |
BorderType | none | etchedin | etchedout | beveledin | beveledout | line | Type of border around the title and content areas. |
Contents | empty GraphicsPlaceholder array | array of graphics objects | Children within this layout, regardless of HandleVisibility. Note that this can only be set to permutations of itself. |
CloseRequestFcn | function_handle | Function to call when the panel close icon is clicked. Note that if empty, no close button is shown. |
CloseTooltipString | string | Custom tooltip string for close button. Note that if CloseRequestFcn is empty, no close button is shown. |
DeleteFcn | function_handle | Function to call when the layout is being deleted. |
Docked | logical | Is this panel in a docked state. See advanced maneuvers with panels for details. |
DockFcn | function handle | Function to call when panel is docked or undocked. Note that if empty, no dock button is shown. See advanced maneuvers with panels for details. |
DockTooltipString | string | Custom tooltip string for dock button (when panel is undocked). Note that if DockFcn is empty, no dock button is shown. |
FontAngle | normal | italic | oblique | Title font angle. |
FontName | string | Title font name (e.g. Arial, Helvetica etc). |
FontSize | positive integer | Title font size. |
FontUnits | inches | centimeters | normalized | points | pixels | Title font units for measuring size. |
FontWeight | light | normal | demi | bold | Title font weight. |
ForegroundColor | colorspec | Title font color and/or color of 2-D border line. |
HelpFcn | function handle | Function to call when the help icon is clicked. Note that if empty, no help button is shown. See advanced maneuvers with panels for details. |
HelpTooltipString | string | Custom tooltip string for help button. Note that if HelpFcn is empty, no help button is shown. |
HighlightColor | colorspec | 3-D frame highlight color. |
MaximizeTooltipString | string | Custom tooltip string for minimize button (when panel is minimized). Note that if MinimizeFcn is empty, no minimize button is shown. |
Minimized | logical | Is this panel in a minimized state. See advanced maneuvers with panels for details. |
MinimizeFcn | function handle | Function to call when panel is minimized or maximized. Note that if empty, no minimize button is shown. See advanced maneuvers with panels for details. |
MinimizeTooltipString | string | Custom tooltip string for minimize button (when panel is maximized). Note that if MinimizeFcn is empty, no minimize button is shown. |
Padding | positive integer | Number of pixels of extra space around the outside of the layout. |
Parent | empty GraphicsPlaceholder array | figure | container | Parent of the layout. |
Position | [x y w h] | Position (x,y) and size (w,h) within figure or container. |
Selection | positive integer or empty | Which child is visible. |
ShadowColor | colorspec | 3-D frame shadow color. |
Tag | string | Tag to associate with layout. |
Title | string | Title string. |
TitleColor | colorspec | color for the title bar background. |
Type | string | Type of graphics object. |
UndockTooltipString | string | Custom tooltip string for dock button (when panel is docked). Note that if DockFcn is empty, no dock button is shown. |
Units | inches | centimeters | normalized | points | pixels | characters | Position units. |
Visible | on | off | Visibility. See the visible example for more details. |