Поделиться через


Constraint.ReferencePointType Property

Reference Point Type.Represents the attribte in schema: refPtType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "refPtType")> _
Public Property ReferencePointType As EnumValue(Of ElementValues)
    Get
    Set
'Usage
Dim instance As Constraint
Dim value As EnumValue(Of ElementValues)

value = instance.ReferencePointType

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ElementValues>
Returns EnumValue<T>.

See Also

Reference

Constraint Class

Constraint Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace