Click or drag to resize

RoutedSetterPropertyT Constructor

Initializes a new instance of the RoutedSetterPropertyT class.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RoutedSetterProperty(
	string name,
	T value
)

Parameters

name  String
The property name.
value  T
The property value.
See Also