Gets visible bounds of Cell.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# | 
|---|
public Rectangle VisibleBounds { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property VisibleBounds As Rectangle Get  | 
| Visual C++ | 
|---|
public: property Rectangle VisibleBounds { Rectangle get (); }  | 
| F# | 
|---|
member VisibleBounds : Rectangle with get  | 
Property Value
Type: RectangleVisible bounds.
Thread Safety
The property is not thread safe.