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

In This Topic
    Orientation Property (TextFrameFormat)
    In This Topic
    Gets or sets how the text within the given text body should be displayed.
    Syntax
    'Declaration
     
    Public Property Orientation As TextOrientation
    public TextOrientation Orientation {get; set;}
    See Also