GoDiagram Web Reference
ConstantLength Property

Gets or sets whether the needle will maintain a set length.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the needle will maintain a set length.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ConstantLength As Boolean
[DescriptionAttribute("Whether the needle will maintain a set length.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public bool ConstantLength {get; set;}
Remarks
If ConstantLength is false, the needle will be drawn the length of the line between PivotPoint and the PointF returned by IGraduatedScale.GetPointForValue. If it is false, the needle will be drawn according to the Length property, along the line connecting PivotPoint and the PointF returned by IGraduatedScale.GetPointForValue.
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

IndicatorNeedle Class
IndicatorNeedle Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback