[This is preliminary documentation and is subject to change.]
Screen coordinates of balloon main body rectangle
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public Rectangle BodyRect { get; set; }
public Rectangle BodyRect { get; set; }
Public Property BodyRect As Rectangle
Get
Set
Public Property BodyRect As Rectangle
Get
Set
public:
property Rectangle BodyRect {
Rectangle get ();
void set (Rectangle value);
}
public:
property Rectangle BodyRect {
Rectangle get ();
void set (Rectangle value);
}
member BodyRect : Rectangle with get, set
member BodyRect : Rectangle with get, set
Property Value
Type:
Rectangle