| 
ShapeBase
AllowOverlap Property
  | 
 Gets or sets the boolean avalue. Specifies whether this shape can overlap other shapes.
 Namespace:
 Spire.Doc.Fields.Shapes
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool AllowOverlap { get; set; }
 
Public Property AllowOverlap As Boolean
	Get
	Set
 
public:
property bool AllowOverlap {
	bool get ();
	void set (bool value);
}
 
member AllowOverlap : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also