The ObjectPen Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner.Visual Basic (Declaration) | |
---|---|
Public Property ObjectPen As AnnPen |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnGroupObject Dim value As AnnPen instance.ObjectPen = value value = instance.ObjectPen |
C# | |
---|---|
public AnnPen ObjectPen {get; set;} |
Property Value
The background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner.For an example, refer to FrameBackPen.
When an AnnGroupObject is displayed with the AnnNewGroupEditDesigner it is drawn with three pens:
- The group outline background pen (FrameBackPen)
- The group outline foreground pen (FrameForePen)
- Each selected AnnObject in the group is drawn with the ObjectPen
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7