Back to Devexpress

DiagramOptionsBehavior.BringIntoViewMargin Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-7b8f7c28.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the DiagramOptionsView.BringIntoViewMargin property instead")]
public float BringIntoViewMargin { get; set; }
vb
<Obsolete("Use the DiagramOptionsView.BringIntoViewMargin property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BringIntoViewMargin As Single

Property Value

TypeDescription
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 TypePath to BringIntoViewMargin
DiagramControl

.OptionsBehavior .BringIntoViewMargin

|

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace