Back to Devexpress

BarItemLink.ScreenBounds Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-71d5c7a3.md

latest1.4 KB
Original Source

BarItemLink.ScreenBounds Property

Gets the bounds of the current link, its position is in screen coordinates.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Rectangle

A Rectangle structure that specifies the link’s boundaries, in screen coordinates.

|

Remarks

This property returns a Rectangle which represents the boundaries of the link relative to the top left corner of the screen.

See Also

Bounds

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace