Share via


RatioType.Numerator Property

Numerator.Represents the attribte in schema: n

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "n")> _
Public Property Numerator As Int32Value
    Get
    Set
'Usage
Dim instance As RatioType
Dim value As Int32Value

value = instance.Numerator

instance.Numerator = value
[SchemaAttrAttribute(, "n")]
public Int32Value Numerator { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int64Value.

See Also

Reference

RatioType Class

RatioType Members

DocumentFormat.OpenXml.Drawing Namespace