GoDiagram Web Reference
HighlightPen Property

Gets or sets the pen used to draw a highlight for this stroke.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The pen used to draw the highlight.")>
<CategoryAttribute("Appearance")>
Public Overridable Property HighlightPen As Pen
[DefaultValueAttribute()]
[DescriptionAttribute("The pen used to draw the highlight.")]
[CategoryAttribute("Appearance")]
public virtual Pen HighlightPen {get; set;}

Property Value

This property defaults to null.
Remarks
You must not modify the pen after you have assigned it. Setting Highlight to true will not result in a visible markup until you specify a Pen for this property.
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
HighlightWhenSelected Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback