ArtisticLineDrawing.PencilSize Property

pencilSize.Represents the attribte in schema: pencilSize

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "pencilSize")> _
Public Property PencilSize As Int32Value
    Get
    Set
'Usage
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

See Also

Reference

ArtisticLineDrawing Class

ArtisticLineDrawing Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace