LEADTOOLS Annotations (Leadtools.Annotations assembly)

FrameForePen Property

Show in webframe





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

            

            
public:
property AnnPen^ FrameForePen {
   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
ObjectPen Property
GroupEditFrameBackPen Property
GroupEditFrameForePen Property
GroupEditObjectPen Property

 

 


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