IRoutedPropertyReceiverGetRoutedProperties Method |
Gets the routed properties of this object, along with an action to set this property.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<(string PropertyName, Object PropertyValue, Action<Object> PropertySetter)> GetRoutedProperties(
string propertyName
)
Parameters
- propertyName String
- Name of the property.
Return Value
IEnumerableValueTupleString,
Object,
ActionObjectEnumeration of all properties (with the provided name) of this object.
See Also