RibbonMiniToolbar.Alignment Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Layout")]
public ContentAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
Content |
A Content |
See Also