Back to Devexpress

RibbonMiniToolbar.Alignment Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbar-42880629.md

latest1.4 KB
Original Source

RibbonMiniToolbar.Alignment Property

Gets or sets the toolbar’s alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public ContentAlignment Alignment { get; set; }
vb
<DXCategory("Layout")>
Public Property Alignment As ContentAlignment

Property Value

TypeDescription
ContentAlignment

A ContentAlignment enumeration value that specifies the toolbar’s alignment.

|

See Also

Show(Point)

RibbonMiniToolbar Class

RibbonMiniToolbar Members

DevExpress.XtraBars.Ribbon Namespace