Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

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

Property Value

Type
Double
See Also