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