Click or drag to resize

ShapeGroupGroupedObjects Property

Gets access to the grouped objects. This function has to be used with care. No size/position update of the ShapeGroup is done if the position/size/rotation/share values of one of the grouped objects is changed. One the other hand, you can change other properties, like colors and brushes, of the individual grouped objects.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<GraphicBase> GroupedObjects { get; }

Property Value

IEnumerableGraphicBase
See Also