DxExportSettings.Margin Property
Specifies the margin around the target component in the exported file.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(10)]
[Parameter]
public int Margin { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 10 | The margin in pixels. |
Remarks
Refer to the DxExportSettings class description for additional information and an example.
See Also