Leadtools.Annotations Namespace > AnnDrawable Class : Pen Property |
public virtual AnnPen Pen {get; set;}
'Declaration Public Overridable Property Pen As AnnPen
'Usage Dim instance As AnnDrawable Dim value As AnnPen instance.Pen = value value = instance.Pen
If this AnnDrawable does not support pens (SupportsPen value is false), this property will always return null (Nothing in Visual Basic).
If this AnnDrawable does not support pens (SupportsPen value is false), setting this property to any value will be ignored.