Click or drag to resize

AxisLabelStyleGetRoutedProperties Method

Returns routed properties that can be edited through the property-routing mechanism.

Namespace: Altaxo.Graph.Graph3D.Axis
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 requested property name.

Return Value

IEnumerableValueTupleString, Object, ActionObject
The routed property descriptors.

Implements

IRoutedPropertyReceiverGetRoutedProperties(String)
See Also