Share via


ShapeStyle.FontReference Property

Font Reference.Represents the element tag in schema: a:fontRef

Namespace:  DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property FontReference As FontReference
    Get
    Set
'Usage
Dim instance As ShapeStyle
Dim value As FontReference

value = instance.FontReference

instance.FontReference = value
public FontReference FontReference { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.FontReference

See Also

Reference

ShapeStyle Class

ShapeStyle Members

DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace