Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathPhantom Class / ZeroAscent Property

In This Topic
    ZeroAscent Property
    In This Topic
    Gets or sets whether it should not take into account the ascent of the contents during layout.

    Default value is false.

    Syntax
    'Declaration
     
    Public Property ZeroAscent As System.Boolean
    public System.bool ZeroAscent {get; set;}
    See Also