Property

ClutterAlignConstraint:factor

Declaration

property factor: float [ read, write, construct ]

Description [src]

The alignment factor, as a normalized value between 0.0 and 1.0

The factor depends on the ClutterAlignConstraint:align-axis property: with an align-axis value of CLUTTER_ALIGN_X_AXIS, 0.0 means left and 1.0 means right; with a value of CLUTTER_ALIGN_Y_AXIS, 0.0 means top and 1.0 means bottom.

Type: gfloat
Available since:1.4

Flags

Readableyes
Writableyes
Constructyes
Construct onlyno