←Select platform

GroupEditFrameBackPen Property

Summary

Gets or sets the background System.Windows.Media.Color used when drawing the group outline for all AnnEditDesigner derived classes.

Syntax

C#
VB
C++
public Color GroupEditFrameBackPen { get; set; } 
  
Public Property GroupEditFrameBackPen As Color 
public: 
property Color GroupEditFrameBackPen { 
   Color get(); 
   void set (    Color ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly