LEADTOOLS Annotations (Leadtools.Annotations assembly)

GroupEditFrameBackPen Property

Show in webframe





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

            

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

Property Value

The background 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
GroupEditFrameForePen Property
GroupEditObjectPen Property

 

 


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