| autoSlide | Auto-slide interval in milliseconds; 0 disables.Default is 0. |
| backgroundTransition | Background transition: 'fade', 'slide', 'convex', 'concave', 'zoom'.Default is fade. |
| binding | An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
| center | Whether to vertically center the content.Default is true. |
| controls | Whether to show navigation controls.Default is true. |
| disableLayout | Whether to disable layout changes.Default is false. |
| embedded | Whether the presentation is embedded (e.g. in an iframe).Default is false. |
| height | Presentation height in pixels.Default is 700. |
| id | Unique identifier of the component in a namingContainer.Default is generated. |
| library | Resource library for theme CSS.Default is primefaces-extensions. |
| loop | Whether to loop the presentation.Default is false. |
| margin | Factor of the display size that should remain empty around the content.Default is 0.04. |
| maxScale | Maximum scale factor.Default is 2.0. |
| minScale | Minimum scale factor.Default is 0.2. |
| navigationMode | Navigation mode: 'default' or 'linear'.Default is default. |
| progress | Whether to show progress bar.Default is true. |
| rendered | Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
| showNotes | Whether to show speaker notes.Default is false. |
| slideNumber | Slide number display: 'true', 'false', or a CSS selector.Default is false. |
| style | Inline style of the component. |
| styleClass | Style class of the component. |
| theme | Theme name; 'none' to disable.Default is none. |
| touch | Whether to enable touch navigation.Default is true. |
| transition | Transition style: 'none', 'fade', 'slide', 'convex', 'concave', 'zoom'.Default is slide. |
| transitionSpeed | Transition speed: 'default', 'fast', 'slow'.Default is default. |
| value | The dynamic data model (e.g. DynaFormModel). |
| var | Name of the request-scoped variable that exposes the current row/control data. |
| varContainerId | Name of the request-scoped variable that exposes the current container client id. |
| widgetVar | Name of the client side widget. |
| width | Presentation width in pixels.Default is 960. |