ArtisticLineDrawing.PencilSize Property
pencilSize.Represents the attribte in schema: pencilSize
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "pencilSize")> _
Public Property PencilSize As Int32Value
Get
Set
'Uso
Dim instance As ArtisticLineDrawing
Dim value As Int32Value
value = instance.PencilSize
instance.PencilSize = value
[SchemaAttrAttribute(, "pencilSize")]
public Int32Value PencilSize { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value