Gets or sets the foreground
AnnPen used when drawing the group outline for all
AnnEditDesigner derived classes.
public AnnPen GroupEditFrameForePen {get; set;}
'Declaration
Public Property GroupEditFrameForePen As AnnPen
'Usage
Dim instance As AnnAutomationManager
Dim value As AnnPen
instance.GroupEditFrameForePen = value
value = instance.GroupEditFrameForePen
public:
property AnnPen^ GroupEditFrameForePen {
AnnPen^ get();
void set ( AnnPen^ value);
}
Property Value
The foreground
AnnPen used when drawing the group outline for all
AnnEditDesigner derived classes.