Represents the rectangle which surrounds the element bounds after the rotation caused by setting the AngleTransform property to some degree. The rectangle is in parent element's coordinates.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
public virtual Rectangle BoundingRectangle { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property BoundingRectangle As Rectangle
Get |
See Also