Instance Property
angle
The rotation in degrees, with zero degrees along the positive x-axis.
Declaration
var angle: CGFloat { get set }Declaration
@property (nonatomic) CGFloat angle;Declaration
pyobjc_instanceMethods.angle() -> float
pyobjc_instanceMethods.setAngle_(angle: float)Discussion
Setting the angle has no effect while lockAngle is enabled.
See Also
Angle
Whether changes to the angle are disabled.
Whether the angle is represented as a slope.
The UI representation of the angle as degrees or a slope.
The start point used to represent the line at the specified layer width.
The end point used to represent the line at the specified layer width.