Gets the bounds, needed to draw the expansion (+/-) button.

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

Syntax

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

Property Value

Type: Rectangle
The expand icon bounds.

See Also