DxMarginSettings.Bottom Property
Specifies the target element’s bottom margin.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public double? Bottom { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Double> | The bottom margin in pixels. |
Remarks
Refer to the DxMarginSettings class description for additional information and an example.
See Also