IFlyoutProperties Properties
Contains settings common to all Flyouts within a WindowsUIView.| Name | Description |
|---|---|
| Alignment | Gets or sets the alignment for all pop-up Flyouts within the current View. |
| AllowHtmlDraw | Gets or sets whether captions and descriptions for all Flyouts within the WindowsUIView can be formatted via HTML Text Formatting. |
| Appearance | Provides access to base appearance settings common to all Flyouts within the current WindowsUIView. |
| AppearanceButtons | Provides access to the appearance settings used to paint buttons for all Flyouts within the View. |
| AppearanceCaption | Provides access to common appearance settings used to paint all Flyout captions within the current View. |
| AppearanceDescription | Provides access to appearance settings used to paint all Flyout descriptions within the current View. |
| ButtonSize | Specifies the button size for all Flyouts within the current WindowsUIView. |
| Capacity | Gets or sets the maximum number of Documents Content Containers that this View can contain. Inherited from IContentContainerProperties. |
| DestroyOnRemovingChildren | Gets or sets whether Content Containers within this View should be automatically destroyed after all their child Documents have been removed. Inherited from IContentContainerProperties. |
| HeaderOffset | Gets or sets the distance between the Content Container‘s top edge and header. This value is common to all containers within this View. Inherited from IContentContainerProperties. |
| Margin | Gets or sets the margin common to all Content Containers. Inherited from IContentContainerProperties. |
| Orientation | Gets or sets the orientation of all Content Containers within this View. Inherited from IContentContainerProperties. |
| ShowCaption | Gets or sets whether or not any container that displays individual documents, hosted within this View’s SplitGroup or SlideGroup containers, should display its caption. Inherited from IContentContainerProperties. |
| ShowContextActionBarOnActivating | Gets or sets whether any Content Container within this View should display its context navigation bar upon activation. Inherited from IContentContainerProperties. |
| Style | Gets or sets the style for all Flyouts within the View. |
See Also