Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFrameFormat Class / VerticalAnchor Property

In This Topic
    VerticalAnchor Property
    In This Topic
    Gets or sets the vertical anchoring position of the text frame within the shape.
    Syntax
    'Declaration
     
    Public Property VerticalAnchor As TextVerticalAnchor
    public TextVerticalAnchor VerticalAnchor {get; set;}
    See Also