Back to Devexpress

BaseGallery.GroupContentMargin Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-49b036be.md

latest1.7 KB
Original Source

BaseGallery.GroupContentMargin Property

Gets or sets margins of a gallery group’s content.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public Padding GroupContentMargin { get; set; }
vb
<DXCategory("Behavior")>
Public Property GroupContentMargin As Padding

Property Value

TypeDescription
Padding

The Padding object that specifies margin information.

|

Remarks

The GroupContentMargin property allows you to specify the margins around the content of gallery groups. The following images show galleries with different content margins.

See Also

Padding

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace