const rightAngleOptions: { [key: string]: rightAngleTriangleModeTypes } = {
    TopLeft: "top-left",
    TopRight: "top-right",
    BottomLeft: "bottom-left",
    BottomRight: "bottom-right",