DiagramChooseIf.Function Property
Function.Represents the attribte in schema: func
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "func")> _
Public Property Function As EnumValue(Of FunctionValues)
Get
Set
'Usage
Dim instance As DiagramChooseIf
Dim value As EnumValue(Of FunctionValues)
value = instance.Function
instance.Function = value
[SchemaAttrAttribute(, "func")]
public EnumValue<FunctionValues> Function { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<FunctionValues>