Skip to main content
A newer version of this page is available. .

IPageGroupDefaultProperties Properties

Contains properties for individual PageGroups within a WindowsUIView.
Name Description
ActualButtonInterval Returns the distance between document buttons within the current container. Inherited from IDocumentSelectorDefaultProperties.
ActualCapacity Gets the actual value of the IContentContainerDefaultProperties.Capacity property. Inherited from IContentContainerDefaultProperties.
ActualDestroyOnRemovingChildren Gets whether this Content Container will be destroyed after removing all its child items. Inherited from IContentContainerDefaultProperties.
ActualHeaderOffset Gets this container’s current header offset. Inherited from IContentContainerDefaultProperties.
ActualMargin Gets this Content Container‘s current margin. Inherited from IContentContainerDefaultProperties.
ActualOrientation Gets the actual value of the IContentContainerDefaultProperties.Orientation property. Inherited from IContentContainerDefaultProperties.
ActualSwitchDocumentAnimationFrameInterval Gets the current IDocumentSelectorDefaultProperties.SwitchDocumentAnimationFrameInterval property value. Inherited from IDocumentSelectorDefaultProperties.
ActualSwitchDocumentAnimationFramesCount Gets the current number of frames used by switch Documents animation in this Content Container. Inherited from IDocumentSelectorDefaultProperties.
ActualSwitchDocumentAnimationMode Gets the current animation type for this Content Container. Inherited from IDocumentSelectorDefaultProperties.
AllowHtmlDrawHeaders Gets or sets whether this Content Container can use HTML tags to draw Document headers. Inherited from IDocumentSelectorDefaultProperties.
ButtonInterval Gets or sets the distance between document buttons within the PageGroup and TabbedGroup containers. Inherited from IDocumentSelectorDefaultProperties.
CanHtmlDrawHeaders Returns whether this Content Container can use HTML tags to draw Document headers. Inherited from IDocumentSelectorDefaultProperties.
CanShowCaption Gets whether or not this Content Container should display its caption. Inherited from IContentContainerDefaultProperties.
CanShowContextActionBarOnActivating Gets whether this Content Container will automatically display its context navigation bar upon activation. Inherited from IContentContainerDefaultProperties.
CanShowPageHeaders Gets whether the current PageGroup can display its Page Headers.
Capacity Gets or sets the maximum number of Documents this Content Container can contain. Inherited from IContentContainerDefaultProperties.
DestroyOnRemovingChildren Gets or sets whether this Content Container should be automatically destroyed after all its child Documents have been removed. Inherited from IContentContainerDefaultProperties.
HasButtonInterval Returns whether or not button interval is set to a custom value. Inherited from IDocumentSelectorDefaultProperties.
HasHeaderOffset Gets whether this container currently has a header offset. Inherited from IContentContainerDefaultProperties.
HasMargin Gets whether this Content Container currently has a margin. Inherited from IContentContainerDefaultProperties.
HeaderOffset Gets or sets the distance between the Content Container‘s top edge and the header. Inherited from IContentContainerDefaultProperties.
Margin Gets or sets this Content Container‘s margin. Inherited from IContentContainerDefaultProperties.
Orientation Gets or sets the current container’s orientation. Inherited from IContentContainerDefaultProperties.
ShowCaption Gets or sets whether or not the container that displays individual documents, hosted within this SplitGroup or SlideGroup container, should display its caption. Inherited from IContentContainerDefaultProperties.
ShowContextActionBarOnActivating Gets or sets whether this Content Container should automatically display its context Navigation Bar upon activation. Inherited from IContentContainerDefaultProperties.
ShowPageHeaders Gets or sets whether the current PageGroup‘s Page Headers are visible.
SwitchDocumentAnimationFrameInterval Gets or sets the interval between frames, used within switch Documents animation. Inherited from IDocumentSelectorDefaultProperties.
SwitchDocumentAnimationFramesCount Gets or sets the number of frames used for Document switch animation within this Content Container. Inherited from IDocumentSelectorDefaultProperties.
SwitchDocumentAnimationMode Gets or sets the type of animation played when an end-user switches Documents within this Content Container. Inherited from IDocumentSelectorDefaultProperties.
See Also