Freigeben über


Rule.PointType-Eigenschaft

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 EnumValue(Of ElementValues)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As EnumValue(Of ElementValues)

value = instance.PointType

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

Eigenschaftswert

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

Siehe auch

Referenz

Rule Klasse

Rule-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace