Type Default Value Read Only Static Description
Double 0 No No The object vertical alignment.
Notes

Use this property to specify vertical alignment for objects that do not have their position set explicitly via the Canvas drawing methods. This property is an offset from the top. You can specify a value ranging from zero to one:

  • 0 corresponds to top
  • 0.5 corresponds to middle
  • 1 corresponds to bottom.
See Also

HAlign

Example

See HAlign.