DxExportSettings.Margin Property
Specifies the margin around the target component in the exported file.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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 more information and an example.
See Also