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

In This Topic
    Type Property (ShapeVerticalPosition)
    In This Topic
    Gets or sets a value specifying how a shape position is calculated.

    If property WrapFormat.Type is WrapType.Inline, this value is always ShapePositionType.Points.

    Syntax
    'Declaration
     
    Public Property Type As ShapePositionType
    public ShapePositionType Type {get; set;}
    See Also