WrapFormat.AllowOverlap Property

Definition

Returns or sets a value that specifies whether a given shape can overlap other shapes. Can be set to either True or False.

public:
 property int AllowOverlap { int get(); void set(int value); };
public int AllowOverlap { get; set; }
member this.AllowOverlap : int with get, set
Public Property AllowOverlap As Integer

Property Value

Remarks

Because HTML doesn't support overlapping tables or shapes, AllowOverlap is ignored in Web layout view.

Applies to