Back to Devexpress

TileBarDropDownOptions.BeakColor Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebardropdownoptions-c35e1376.md

latest2.6 KB
Original Source

TileBarDropDownOptions.BeakColor Property

Gets or sets the color of a dropdown window’s beak.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Color BeakColor { get; set; }
vb
Public Property BeakColor As Color

Property Value

TypeDescription
Color

The color of a dropdown window’s beak.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to BeakColor
TileBar

.DropDownOptions .BeakColor

| | TileBarItem |

.DropDownOptions .BeakColor

|

Remarks

A dropdown window, when invoked, has a beak pointing to the tile used to invoke the dropdown window.

When the BeakColor property is set to its default value and the TileBarDropDownOptions.BackColorMode property is set to Default or UseTileBackColor , the beak color is specified by the dropdown window’s background color.

If the BeakColor property is set to a custom color, the beak will be painted using this color, while the dropdown window may use another color for its background. To paint the dropdown window’s background with the beak color, set the TileBarDropDownOptions.BackColorMode property to UseBeakColor.

See Also

BackColorMode

DropDownControl

TileBarDropDownOptions Class

TileBarDropDownOptions Members

DevExpress.XtraBars.Navigation Namespace