HAligns FormatProperties.HAlignmentHorizontal cell and canvas alignment options. This setting overrides the any HAlign setting from the parent objectNoneLeftCenterRightExample = Canvas(2", 50, 1) { var shape = Canvas(null, null, 0.25); shape {"Left"; HAlignment: HAligns.Left}; shape {"Center"; HAlignment: HAligns.Center}; shape {"Right"; HAlignment: HAligns.Right};};LeftCenterRight