Back to Devexpress

DiagramItem.CollapseButtonPosition Property

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

latest1.5 KB
Original Source

DiagramItem.CollapseButtonPosition Property

Gets or sets the position of the collapse button.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
Point

Point object that specifies the position of the collapse button. By default, 0.5,1

|

Remarks

The 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 DiagramItem.CollapseButtonOffset property specifies the offset in absolute coordinates.

See Also

DiagramItem Class

DiagramItem Members

DevExpress.Xpf.Diagram Namespace