WrapFormat.AllowOverlap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.