GoDiagram Web Reference
HighlightPenWidth Property (GoStroke)

Gets or sets the width of the line drawn as the highlight for the stroke.
Syntax
'Declaration
 
<DescriptionAttribute("The width of the pen used to highlight the stroke.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property HighlightPenWidth As Single
[DescriptionAttribute("The width of the pen used to highlight the stroke.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public virtual float HighlightPenWidth {get; set;}

Property Value

The value must be non-negative. The default value is 0, meaning a one-pixel wide line at any scale. Values other than zero cause slower drawing.
Remarks
If there is no System.Drawing.Pen, setting this property might have no effect.
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
PenWidth Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback