LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

FramePen Property






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 AnnPen FramePen {get; set;}
 get_FramePen();
set_FramePen(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.