Back to Devexpress

DiagramItem.CollapseButtonOffset Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramitem-eaadb910.md

latest1.5 KB
Original Source

DiagramItem.CollapseButtonOffset Property

Gets or sets the collapse button’s offset.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public Point CollapseButtonOffset { get; set; }
vb
Public Property CollapseButtonOffset As Point

Property Value

TypeDescription
Point

A Point object that is the collapse button’s offset.

|

Remarks

The DiagramItem.CollapseButtonPosition property is set in relative coordinates within the shape border. 0,0 corresponds to the top-left corner of the shape border, 1,1 corresponds to the bottom-right corner. The CollapseButtonOffset property specifies the offset in absolute coordinates.

See Also

DiagramItem Class

DiagramItem Members

DevExpress.Xpf.Diagram Namespace