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

DiagramOptionsView.BringIntoViewMargin Property

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

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

[DefaultValue(10F)]
public virtual float BringIntoViewMargin { get; set; }

Property Value

Type Default Description
Single 10

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
.OptionsView .BringIntoViewMargin
See Also