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.3179.0 (4.8.3179.0)
Syntax
C#
public RoutedSetterProperty(
	string name,
	T value
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Graph.RoutedSetterProperty`1.#ctor(System.String,`0)"]

value  T

[Missing <param name="value"/> documentation for "M:Altaxo.Graph.RoutedSetterProperty`1.#ctor(System.String,`0)"]

See Also