LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

GroupEditFrameForePen Property

Show in webframe





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

            

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

Property Value

The foreground System.Windows.Media.Color used when drawing the group outline for all AnnEditDesigner derived classes.
Remarks
When an AnnGroupObject is displayed with the AnnGroupEditDesigner it is drawn with three pens:
Example

For C#/VB examples, 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.