Back to Devexpress

BarItemLink.Bounds Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-ff727b0d.md

latest1.6 KB
Original Source

BarItemLink.Bounds Property

Gets the bounds of the current link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Rectangle Bounds { get; }
vb
<Browsable(False)>
Public ReadOnly Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure that specifies the link’s boundaries.

|

Remarks

This property returns a Rectangle which represents the boundaries of the link relative to the top left corner of the bar which displays this link. This bar is specified by the BarItemLink.Bar property.

See Also

Bar

ScreenBounds

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace