Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / DoNotVerticallyAlignInTextBox Property

In This Topic
    DoNotVerticallyAlignInTextBox Property
    In This Topic
    Gets or sets whether to ignore vertical alignment in textboxes.
    Syntax
    'Declaration
     
    Public Property DoNotVerticallyAlignInTextBox As System.Boolean
    public System.bool DoNotVerticallyAlignInTextBox {get; set;}
    See Also