ItemLocationDirectLocalAnchorX Property |
Gets or sets the local anchor's x position. This is an absolute value (in points = 1/72 inch) or a value relative to the own item width.
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 left boundary of the item, a relative value of 0.5 designates the horizontal center of the item, and a relative value of 1 designates the right boundary of the item.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RADouble LocalAnchorX { get; set; }
Property Value
RADouble
The local anchor's x position.
See Also