Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathFraction Class / FractionType Property

In This Topic
    FractionType Property
    In This Topic
    Gets or sets the fraction type.

    Default value is OMathFractionType.Bar.

    Syntax
    'Declaration
     
    Public Property FractionType As OMathFractionType
    public OMathFractionType FractionType {get; set;}
    See Also