Skip to main content

ISlideGroupDefaultProperties Members

Contains properties for individual SlideGroups within a WindowsUIView.

Properties

Name Description
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.
ActualItemLength Gets the actual length for Documents within the current SlideGroup.
ActualItemLengthRatio Gets the length of the Documents within the current SlideGroup relative to this SlideGroup’s available space.
ActualMargin Gets this Content Container‘s current margin. Inherited from IContentContainerDefaultProperties.
ActualOrientation Gets the actual value of the IContentContainerDefaultProperties.Orientation property. Inherited from IContentContainerDefaultProperties.
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.
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.
HasHeaderOffset Gets whether this container currently has a header offset. Inherited from IContentContainerDefaultProperties.
HasItemLengthRatio Gets whether any of ItemLengthRatio properties was used to set the Documents’ length within the current SlideGroup.
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.
ItemLength Gets or sets the length of every individual Document within the current SlideGroup.
ItemLengthRatio Gets or sets the length of the current SlideGroup‘s Documents relative to this SlideGroup’s visible space.
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.

Methods

Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
See Also