HiddenLineProperties.CapType Property
Line Ending Cap Type.Represents the attribte in schema: cap
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "cap")> _
Public Property CapType As EnumValue(Of LineCapValues)
Get
Set
'Uso
Dim instance As HiddenLineProperties
Dim value As EnumValue(Of LineCapValues)
value = instance.CapType
instance.CapType = value
[SchemaAttrAttribute(, "cap")]
public EnumValue<LineCapValues> CapType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<LineCapValues>