Skip to main content

DiagramOptionsBehavior.BringIntoViewMargin Property

OBSOLETE

Use the BringIntoViewMargin property instead

Gets or sets the margin between diagram items and viewport bounds when calling the DiagramControl.BringItemsIntoView and DiagramControl.BringSelectionIntoView methods.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the DiagramOptionsView.BringIntoViewMargin property instead")]
public float BringIntoViewMargin { get; set; }

Property Value

Type Description
Single

A Single value that represents the margin in pixels between diagram items and viewport bounds.

Property Paths

You can access this nested property as listed below:

Object Type Path to BringIntoViewMargin
DiagramControl
.OptionsBehavior .BringIntoViewMargin
See Also