Click or drag to resize

ItemLocationDirectAbsolutePivotPositionY Property

Gets or sets the absolute y 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 AbsolutePivotPositionY { get; set; }

Property Value

Double
The absolute pivot y position.
Exceptions
ExceptionCondition
InvalidOperationException_parentSize.Y is undefined or zero
See Also