Skip to content

Add RelativeAlignX and RelativeAlignY #85

@nreagan

Description

@nreagan

RIght now, HorizontalAlignment and VerticalAlignment have conflated use cases. Looking at just horizontal,

  1. If HorizontalAlign is set, and X is set, the element will align itself to put it's local body aligned with the X
  2. If HorizontalAlign is set, and X is not set, the element will align itself with the parent's X dimensions

This is conflating 2 different concepts of alignment, one local and one relative. Want to separate the two.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions