WindowsUIButtonPanel.ContentAlignment Property
In This Article
Gets or sets how the current WindowsUIButtonPanel‘s buttons are aligned.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ContentAlignment.MiddleCenter)]
[DXCategory("Layout")]
public ContentAlignment ContentAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Content |
Middle |
A Content |
#Remarks
Use the ContentAlignment property in code to specify how WindowsUIButtons are aligned within the current WindowsUIButtonPanel. At design-time, you can use the corresponding menu in the WindowsUIButtonPanel‘s smart tag:
See Also