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

DiagramControl.ScrollMargin Property

Gets or sets the outer indents of the diagram. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public Thickness ScrollMargin { get; set; }

Property Value

Type Description
Thickness

A Thickness value that contains the outer indents of the diagram.

Remarks

When visible diagram margins are reduced to the value specified by the ScrollMargin property, scroll bars appear.

See Also