IContentContainerDefaultProperties Properties
Provides properties for individual Content Containers within the WindowsUI View.Name | Description |
---|---|
ActualCapacity | Gets the actual value of the IContentContainerDefaultProperties.Capacity property. |
ActualDestroyOnRemovingChildren | Gets whether this Content Container will be destroyed after removing all its child items. |
ActualHeaderOffset | Gets this container’s current header offset. |
ActualMargin | Gets this Content Container‘s current margin. |
ActualOrientation | Gets the actual value of the IContentContainerDefaultProperties.Orientation property. |
CanShowCaption | Gets whether or not this Content Container should display its caption. |
CanShowContextActionBarOnActivating | Gets whether this Content Container will automatically display its context navigation bar upon activation. |
Capacity | Gets or sets the maximum number of Documents this Content Container can contain. |
DestroyOnRemovingChildren | Gets or sets whether this Content Container should be automatically destroyed after all its child Documents have been removed. |
HasHeaderOffset | Gets whether this container currently has a header offset. |
HasMargin | Gets whether this Content Container currently has a margin. |
HeaderOffset | Gets or sets the distance between the Content Container‘s top edge and the header. |
Margin | Gets or sets this Content Container‘s margin. |
Orientation | Gets or sets the current container’s orientation. |
ShowCaption | Gets or sets whether or not the container that displays individual documents, hosted within this SplitGroup or SlideGroup container, should display its caption. |
ShowContextActionBarOnActivating | Gets or sets whether this Content Container should automatically display its context Navigation Bar upon activation. |
See Also