Constructs an instance using the specified color and group.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public YYEIndicatorAttribute(
	KnownColor ecolor,
	YYEIndicatorAttribute..::.EIndicatorGroup group
)
Visual Basic (Declaration)
Public Sub New ( _
	ecolor As KnownColor, _
	group As YYEIndicatorAttribute..::.EIndicatorGroup _
)
Visual C++
public:
YYEIndicatorAttribute(
	KnownColor ecolor, 
	YYEIndicatorAttribute..::.EIndicatorGroup group
)

Parameters

ecolor
Type: System.Drawing..::.KnownColor
Sets the indicator line color.
group
Type: RightEdge.Common..::.YYEIndicatorAttribute..::.EIndicatorGroup
Sets the indicator group.

See Also