Share via


TextCharacterPropertiesType.FontSize Property

Font Size.Represents the attribte in schema: sz

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sz")> _
Public Property FontSize As Int32Value
    Get
    Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As Int32Value

value = instance.FontSize

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

TextCharacterPropertiesType Class

TextCharacterPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace