LEADTOOLS Annotations (Leadtools.Annotations assembly)

FramePen Property

Show in webframe





Gets or sets the pen used with this AnnDesigner.
Syntax
public virtual AnnPen FramePen {get; set;}
'Declaration
 
Public Overridable Property FramePen As AnnPen
'Usage
 
Dim instance As AnnEditDesigner
Dim value As AnnPen
 
instance.FramePen = value
 
value = instance.FramePen

            

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

Property Value

An AnnPen object that specifies the pen used with this AnnDesigner
Remarks
When this AnnEditDesigner is editing an object, it will use the value of this property to re-draw the object again on top of its original place. This clearly indicates to the user which object(s) are currently being edited. A good pen to use in this case is a dotted pen. A value of null (Nothing in Visual Basic) will not cause the object to be redrawn again on top of itself while being edited. Instead, the control points will be the only indication of what object(s) are being edited.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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