Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public virtual bool ClipToParent { get; set; }

Property Value

Type: Boolean
See Also