Click or drag to resize

AxisLabelStyleGetRoutedProperties Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Axis.AxisLabelStyle.GetRoutedProperties(System.String)"]


Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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.Graph3D.Axis.AxisLabelStyle.GetRoutedProperties(System.String)"]

Return Value

IEnumerableValueTupleString, Object, ActionObject

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Axis.AxisLabelStyle.GetRoutedProperties(System.String)"]

Implements

IRoutedPropertyReceiverGetRoutedProperties(String)
See Also