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

GroupEditFrameBackPen Property

Show in webframe





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

            

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

Property Value

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

 

 


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