LinePropertiesType.CapType Property
Line Ending Cap Type.Represents the attribte in schema: cap
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "cap")> _
Public Property CapType As EnumValue(Of LineCapValues)
Get
Set
'Usage
Dim instance As LinePropertiesType
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>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the ending caps that should be used for this line. Examples of cap types are rounded and flat. If this attribute is omitted, than a value of square is assumed.
The possible values for this attribute are defined by the ST_LineCap simple type.