Click or drag to resize

LinePlotStyleGetRoutedProperties Method

Gets the routed properties matching the specified property name.

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

Parameters

propertyName  String
The routed property name.

Return Value

IEnumerableValueTupleString, Object, ActionObject
The matching routed properties.

Implements

IRoutedPropertyReceiverGetRoutedProperties(String)
See Also