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

Tile Properties

A Tile within a WindowsUIView.
Name Description
ActivationTarget Gets or sets a content container displayed on the current Tile activation.
Appearances Provides access to appearance settings used to paint the current Tile in different visual states. Inherited from BaseTile.
BackgroundImage Gets or sets a background image for the current Tile. Inherited from BaseTile.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Checked Gets or sets whether the current Tile is checked. Inherited from BaseTile.
Container Gets the IContainer that contains the Component. Inherited from Component.
CurrentFrame Gets the TileItemFrame currently displayed within the Tile. Inherited from BaseTile.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Document Gets or sets a Document related to the current Tile.
Elements Provides access to the TileItemElements collection used to build the current Tile‘s content. Inherited from BaseTile.
Enabled Gets or sets whether the current Tile is enabled. Inherited from BaseTile.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ExcludeFromSearch Gets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text. Inherited from BaseTile.
Frames Provides access to the TileItemFrames collection used to build the current Tile‘s animation. Inherited from BaseTile.
Group Gets or sets a group where the current Tile belongs. Inherited from BaseTile.
IsActive Gets whether the current Tile is active. Inherited from BaseTile.
IsDisposing Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsInitialized Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializing Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLocked Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
Manager Returns a DocumentManager to which the current Tile belongs. Inherited from BaseTile.
Name Gets or sets the current Tile‘s name. Inherited from BaseTile.
Padding Gets or sets the amount of space between the content of the current Tile and its border. Inherited from BaseTile.
Properties Provides access to the current Tile‘s settings. Inherited from BaseTile.
SearchTags Gets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text. Inherited from BaseTile.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets the current Tile‘s tag. Inherited from BaseTile.
Visible Gets or sets whether the current Tile is visible. Inherited from BaseTile.
See Also