TileBarDropDownOptions Members
Contains options that specify the view and behavior settings of dropdown controls associated with TileBarItems.Constructors
Name | Description |
---|---|
TileBarDropDownOptions(ITileBarDropDownOptionsOwner) | Initializes a new instance of the TileBarDropDownOptions class. |
Properties
Name | Description |
---|---|
AutoHeight | Gets or sets whether automatic height/width calculation is enabled for dropdown windows. |
BackColorMode | Gets or sets how the TileBarItem.DropDownControl‘s background color is specified. |
BeakColor | Gets or sets the color of a dropdown window’s beak. |
CloseOnOuterClick | Gets or sets whether a dropdown window is hidden on clicking outside the dropdown’s bounds. |
Height | Gets or sets the size of a dropdown window (the height in the horizontal orientation; the width in the vertical orientation). |
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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also