Constraint.PointType Property

Definition

Data Point Type

Represents the following attribute in the schema: ptType

[DocumentFormat.OpenXml.SchemaAttr(0, "ptType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> PointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> PointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ptType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? PointType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ptType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? PointType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues>? PointType { get; set; }
member this.PointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ptType")>]
member this.PointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ptType")>]
member this.PointType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues> with get, set
Public Property PointType As EnumValue(Of ElementValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to