Share via


CIRadialGradient.Radius1 Property

Definition

Gets or sets the second radius of the gradient.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public float Radius1 { [Foundation.Export("radius1")] get; [Foundation.Export("setRadius1:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("radius1")>]
[<set: Foundation.Export("setRadius1:")>]
member this.Radius1 : single with get, set

Property Value

Implements

Attributes

Remarks

Application developers can set either of the two radii to be the larger. Swapping radii is equivalent to swapping colors.

Applies to