Click or drag to resize

ItemLocationDirectLocalAnchorZ Property

Gets or sets the local anchor's z position. This is an absolute value (in points = 1/72 inch) or a value relative to the own item height. The local anchor point is the point, for which the location can be set in the position/size dialog of the item. A relative value of 0 designates the upper boundary of the item, a relative value of 0.5 designates the vertical center of the item, and a relative value of 1 designates the lower boundary of the item.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RADouble LocalAnchorZ { get; set; }

Property Value

RADouble
The local anchor's z position.
See Also