Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual bool ExtendsOutsideBounds { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property ExtendsOutsideBounds As Boolean |
A boolean value. Always returns false.
See Also