Click or drag to resize

ItemLocationDirectAbsolutePivotPositionX Property

Gets or sets the absolute x position of the pivot point of the item.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double AbsolutePivotPositionX { get; set; }

Property Value

Double
The absolute pivot x position.
Exceptions
ExceptionCondition
InvalidOperationException_parentSize.X is undefined or zero
See Also