MathFunction.FunctionProperties Property

Function Properties.Represents the element tag in schema: m:funcPr

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

Syntax

'Declaration
Public Property FunctionProperties As FunctionProperties
    Get
    Set
'Usage
Dim instance As MathFunction
Dim value As FunctionProperties

value = instance.FunctionProperties

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

Property Value

Type: DocumentFormat.OpenXml.Math.FunctionProperties

See Also

Reference

MathFunction Class

MathFunction Members

DocumentFormat.OpenXml.Math Namespace