Back to Devexpress

DiagramOptionsView.BringIntoViewMargin Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-b3ba973c.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(10F)]
public virtual float BringIntoViewMargin { get; set; }
vb
<DefaultValue(10F)>
Public Overridable Property BringIntoViewMargin As Single

Property Value

TypeDefaultDescription
Single10

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

.OptionsView .BringIntoViewMargin

|

See Also

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace