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

OverviewContainerDefaultProperties Members

Provides settings for the WindowsUI View Overview screen of the current container.

Constructors

Name Description
OverviewContainerDefaultProperties(IOverviewContainerProperties) Initializes a new instance of the OverviewContainerDefaultProperties class with the specified settings.

Properties

Name Description
ActualAppearanceHovered Returns appearance settings currently applied to hovered tiles within an Overview screen of this content container.
ActualAppearanceNormal Returns default appearance settings currently applied to Overview screen tiles.
ActualAppearancePressed Returns appearance settings currently applied to pressed tiles within an Overview screen of this content container.
ActualItemSize Returns the current size of Overview container tiles.
AllowHtmlDraw Gets or sets whether or not Overview screen tiles are allowed to format their captions using inplace HTML tags.
AppearanceHovered Provides access to appearance settings for hovered tiles within an Overview screen of the current container.
AppearanceNormal Provides access to default appearance settings for Overview screen tiles of the current container.
AppearancePressed Provides access to appearance settings for pressed tiles within an Overview screen of the current container.
CanHtmlDraw Returns whether or not tiles within the container’s Overview screen can format their captions using inplace HTML tags.
ItemSize Gets or sets the size of tiles that an Overview screen displays.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also