TileNavPaneDropDownOptions Members
Represents a class containing the miscellaneous settings applied to a drop-down tile bar and its tiles.Constructors
| Name | Description |
|---|---|
| TileNavPaneDropDownOptions(ITileNavPaneDropDownOptionsOwner) | Initializes a new instance of the TileNavPaneDropDownOptions class with the specified settings. |
Properties
| Name | Description |
|---|---|
| AllowGlyphSkinning | Gets or sets whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color. |
| AppearanceGroupText | Provides access to the appearance settings applied to group names in the current drop-down tile bar. |
| AppearanceItem | Provides access to the appearance settings of tiles when they are in the normal, hovered and selected states. |
| BackColor | Gets or sets the back color of the drop-down tile bar. |
| CloseOnOuterClick | Gets or sets whether the opened drop-down tile bar closes on light dismiss. |
| Height | Gets or sets the height of the drop-down tile bar. |
| ItemHeight | Gets or sets the height of tiles in the drop-down tile bar. |
| ShowItemShadow | Gets or sets whether the tiles in the drop-down cast a shadow. |
| WideItemWidth | Gets or sets the width of wide tiles. |
Methods
| Name | Description |
|---|---|
| Assign(TileNavPaneDropDownOptions) | Copies settings from the specified object to the current object. |
| 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. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also