LEADTOOLS Annotations (Leadtools.Annotations assembly)

GroupEditFrameForePen Property

Show in webframe





Gets or sets the foreground AnnPen used when drawing the group outline for all AnnEditDesigner derived classes.
Syntax
public AnnPen GroupEditFrameForePen {get; set;}
'Declaration
 
Public Property GroupEditFrameForePen As AnnPen
'Usage
 
Dim instance As AnnAutomationManager
Dim value As AnnPen
 
instance.GroupEditFrameForePen = value
 
value = instance.GroupEditFrameForePen

            

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

Property Value

The foreground AnnPen used when drawing the group outline for all AnnEditDesigner derived classes.
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 GroupEditObjectPen.
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members
GroupEditFrameBackPen Property
GroupEditObjectPen Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.