Click or drag to resize

IRoutedPropertyReceiverGetRoutedProperties Method

Gets the routed properties of this object, along with an action to set this property.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<(string PropertyName, Object PropertyValue, Action<Object> PropertySetter)> GetRoutedProperties(
	string propertyName
)

Parameters

propertyName  String
Name of the property.

Return Value

IEnumerableValueTupleString, Object, ActionObject
Enumeration of all properties (with the provided name) of this object.
See Also