GoDiagram Web Reference
HighlightPenColor Property (GoStroke)

Gets or sets the color of the HighlightPen.
Syntax
'Declaration
 
<DescriptionAttribute("The color of the pen used to highlight the stroke.")>
<CategoryAttribute("Appearance")>
Public Overridable Property HighlightPenColor As Color
[DescriptionAttribute("The color of the pen used to highlight the stroke.")]
[CategoryAttribute("Appearance")]
public virtual Color HighlightPenColor {get; set;}

Property Value

The Color of the HighlightPen, or Color.Empty if there is no pen. Setting the new value to Color.Empty will set the System.Drawing.Pen to null.
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

GoStroke Class
GoStroke Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback