Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

ObjectPen Property






Gets or sets the background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner.
Syntax
public AnnPen ObjectPen {get; set;}
'Declaration
 
Public Property ObjectPen As AnnPen
'Usage
 
Dim instance As AnnGroupObject
Dim value As AnnPen
 
instance.ObjectPen = value
 
value = instance.ObjectPen

            

            
public:
property AnnPen^ ObjectPen {
   AnnPen^ get();
   void set (    AnnPen^ value);
}

Property Value

The background AnnPen uses when drawing the group outline for AnnNewGroupEditDesigner.
Remarks
When an AnnGroupObject is displayed with the AnnNewGroupEditDesigner it is drawn with three pens: For more information, refer to New Annotation Features of Version 14.5.
Example
For an example, refer to FrameBackPen.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members
FrameBackPen Property
FrameForePen Property
GroupEditFrameBackPen Property
GroupEditFrameForePen Property
GroupEditObjectPen Property

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)