Skip to main content

Link.TopMarginStyle Property

Gets or sets the style applied to the top margin of the printed document.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintBrickStyle TopMarginStyle { get; set; }

Property Value

Type Description
PrintBrickStyle

The style applied to the top margin of the printed document.

See Also