Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBox Class / IsDifferential Property

In This Topic
    IsDifferential Property
    In This Topic
    Gets or sets whether the box acts as a differential (e.g., dx in an integrand), and receives the appropriate horizontal spacing for the mathematical differential.

    Default value is false.

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