Skip to main content

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

NuGet Package: 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