Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeSize Class / EffectExtent Property

In This Topic
    EffectExtent Property
    In This Topic
    Gets the additional extent that is added to each edge of a shape (top, bottom, left, right) in order to compensate for any drawing effects applied to the shape.

    If the shape is nested inside another shape, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently ungrouped.

    Syntax
    'Declaration
     
    Public ReadOnly Property EffectExtent As EdgeExtent
    public EdgeExtent EffectExtent {get;}
    Remarks
    The Height and Width properties specify the size of the actual shape; however, an object can have effects applied that change its overall size, for example a reflection and/or shadow effect. The additional size for each edge of the shape is stored in this property, and used to calculate the appropriate wrapping for wrap types without a wrapping polygon and the appropriate line height for inline objects.
    See Also