Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public ContentAlignment Alignment { get; set; }

Property Value

Type Description
ContentAlignment

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

See Also