VAligns FormatProperties.VAlignmentVertical cell and canvas alignment options. This setting overrides the any HAlign setting from the parent objectNoneTopCenterBaselineBottomExample = Canvas(170, 1.6", 1) { Span { TextHeight: 96pt; VAlignment: VAligns.Baseline; "xj"; }; var shape = Canvas(null, null, 0.25) { TextHeight: 12pt; HAlignment: HAligns.Right; }; shape {"Top"; VAlignment: VAligns.Top}; shape {"Center"; VAlignment: VAligns.Center}; shape {"Baseline"; VAlignment: VAligns.Baseline}; shape {"Bottom"; VAlignment: VAligns.Bottom};};xjTopCenterBaselineBottom