Vertical (x-axis) offset from the center of the object (expressed as a percentage)
of the anchor point used when sizing the object
For 2D: (0%=top edge, 50%=center, 100%=bottom edge)
For 3D: (0%=bottom edge, 50%=center, 100%=top edge)
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public double VerticalAnchor { get; set; } |
| Visual Basic |
|---|
Public Property VerticalAnchor As Double
Get
Set |
| JScript |
|---|
function get VerticalAnchor () : double
function set VerticalAnchor (value : double) |
See Also