Default Constructor

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxAnnotationLabel(
	Object horizontalValue,
	double verticalValue,
	Brush foreground,
	string text
)
Visual Basic
Public Sub New ( _
	horizontalValue As Object, _
	verticalValue As Double, _
	foreground As Brush, _
	text As String _
)
JScript
public function GdxAnnotationLabel(
	horizontalValue : Object, 
	verticalValue : double, 
	foreground : Brush, 
	text : String
)

Parameters

horizontalValue
Type: System..::..Object
verticalValue
Type: System..::..Double
foreground
Type: System.Windows.Media..::..Brush
text
Type: System..::..String

See Also