Back to Devexpress

DxExportSettings.Margin Property

blazor-devexpress-dot-blazor-dot-dxexportsettings-f4383fcd.md

latest953 B
Original Source

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

csharp
[DefaultValue(10)]
[Parameter]
public int Margin { get; set; }

Property Value

TypeDefaultDescription
Int3210

The margin in pixels.

|

Remarks

Refer to the DxExportSettings class description for additional information and an example.

See Also

DxExportSettings Class

DxExportSettings Members

DevExpress.Blazor Namespace