GalleryControl.DefaultItemMargin Property
Gets or sets the default outer indents of gallery items. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Thickness> | A value of the Nullable Thickness type that specifies the corresponding outer indents. |
Remarks
The DefaultItemMargin property is in effect if the Gallery.ItemMargin property is set to null.
See Also