Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EastAsianLayout Class / HorizontalInVertical Property

In This Topic
    HorizontalInVertical Property
    In This Topic
    Gets or sets that characters in the run should be rendered with a 270 degree rotation to the left from all other contents of the line when displayed in the document.
    Syntax
    'Declaration
     
    Public Property HorizontalInVertical As System.Boolean
    public System.bool HorizontalInVertical {get; set;}
    See Also