Gets the bounds of the row selector (visual element on the left side of the
Grid, which permits to manipulate the
Rows, change their height, select them,
show related images, etc.).
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle RowSelectorBounds { get; } |
Visual Basic |
---|
Public ReadOnly Property RowSelectorBounds As Rectangle
Get |
Visual C++ |
---|
public:
property Rectangle RowSelectorBounds {
Rectangle get ();
} |
F# |
---|
member RowSelectorBounds : Rectangle with get
|
Property Value
Type:
RectangleThe row selector bounds.
See Also