Uses of Class
ch.brix.gql.client.frontify.input_objects.MarkingPositionInput
-
Packages that use MarkingPositionInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of MarkingPositionInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return MarkingPositionInput Modifier and Type Method Description MarkingPositionInputMarkingPositionInput. x(PercentScalar v)The horizontal position of the `Marking` in percentage, in relation to the `Asset` top left corner.MarkingPositionInputMarkingPositionInput. y(PercentScalar v)The vertical position of the `Marking` in percentage, in relation to the `Asset` top left corner.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type MarkingPositionInput Modifier and Type Method Description MarkingInputMarkingInput. position(MarkingPositionInput v)The `Marking` position in percentage, in relation to the top left corner of the `Asset`.
-