Skip to main content
A newer version of this page is available. .

TreeLayoutSettings.PageMargin Property

OBSOLETE

Use the GraphTreeLayoutSettings.PageInfo property instead

Gets the amount of space between the page’s borders and its contents.

Namespace: DevExpress.Diagram.Core.Layout

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

[Obsolete("Use the GraphTreeLayoutSettings.PageInfo property instead")]
public readonly double PageMargin { get; }

Property Value

Type
Double
See Also