Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / RelativeSize Property

In This Topic
    RelativeSize Property
    In This Topic
    Gets or sets the element text size relative to the normal text size. For instance, 1 represents that it is one size larger than normal.

    Allowed values are from MinRelativeSize to MaxRelativeSize, inclusive.

    Default value defined in the DefaultRelativeSize property.

    Syntax
    'Declaration
     
    Public Property RelativeSize As System.Integer
    public System.int RelativeSize {get; set;}
    See Also