Overlay.ClipToParent Property |
Gets or sets a value indicating whether or not the overlay will be clipped by the
Bounds of its parent. If
this property is
false, part of this overlay may be visible outside of its parent's bounds.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool ClipToParent { get; set; }
Public Overridable Property ClipToParent As Boolean
Get
Set
public:
virtual property bool ClipToParent {
bool get ();
void set (bool value);
}
abstract ClipToParent : bool with get, set
override ClipToParent : bool with get, set
Property Value
Type:
Boolean
See Also