Click or drag to resize

DropAreaPlotStyle.GetRoutedProperties Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.DropAreaPlotStyle.GetRoutedProperties(System.String)"]


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

Parameters

propertyName  String

[Missing <param name="propertyName"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.DropAreaPlotStyle.GetRoutedProperties(System.String)"]

Return Value

IEnumerable<ValueTuple<String, Object, Action<Object>>>

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.DropAreaPlotStyle.GetRoutedProperties(System.String)"]

Implements

IRoutedPropertyReceiver.GetRoutedProperties(String)
See Also