Gets the bounds needed to show the +/- expansion button if it exists.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Rectangle ExpandButtonBounds { get; }
Visual Basic
Public ReadOnly Property ExpandButtonBounds As Rectangle
	Get
Visual C++
public:
property Rectangle ExpandButtonBounds {
	Rectangle get ();
}
F#
member ExpandButtonBounds : Rectangle with get

Property Value

Type: Rectangle
The bounds needed to show collapse/expansion buttons.

See Also