Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / Font Property

In This Topic
    Font Property (OMathOptions)
    In This Topic
    Gets or sets the default font to be used in the Office Math zone.

    The default value is Cambria Math.

    Microsoft Word ignores this property if it is set to an empty string or font which is not appropriate for displaying math.

    Syntax
    'Declaration
     
    Public Property Font As System.String
    public System.string Font {get; set;}
    See Also