Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WrapFormat Class / Type Property

In This Topic
    Type Property (WrapFormat)
    In This Topic
    Gets or sets the wrap type of a shape.
    Syntax
    'Declaration
     
    Public Property Type As WrapType
    public WrapType Type {get; set;}
    Remarks
    For nested shapes this property value is always Inline.
    See Also