Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapePosition Class / AllowOverlap Property

In This Topic
    AllowOverlap Property (ShapePosition)
    In This Topic
    Gets or sets a value indicating whether a shape that intersects another shape at display time is allowed to overlap the content of the other shape. If the shape cannot overlap another shape, it shall be repositioned when displayed to prevent this overlap as needed.

    If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

    Syntax
    'Declaration
     
    Public Property AllowOverlap As System.Boolean
    public System.bool AllowOverlap {get; set;}
    See Also