OverlayClipToParent 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
, 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BooleanSee Also