Click or drag to resize

GraphControllerSetSelectedObjectsProperty Method

Sets the routed property on all selected objects.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetSelectedObjectsProperty(
	IRoutedSetterProperty property
)

Parameters

property  IRoutedSetterProperty
The routed property setter to apply.
See Also