DiagramChooseIf.PointType Property

Data Point Type.Represents the attribte in schema: ptType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "ptType")> _
Public Property PointType As ListValue(Of EnumValue(Of ElementValues))
    Get
    Set
'Usage
Dim instance As DiagramChooseIf
Dim value As ListValue(Of EnumValue(Of ElementValues))

value = instance.PointType

instance.PointType = value
[SchemaAttrAttribute(, "ptType")]
public ListValue<EnumValue<ElementValues>> PointType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<EnumValue<ElementValues>>

See Also

Reference

DiagramChooseIf Class

DiagramChooseIf Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace