Share via


CATextLayer.Wrapped Property

Definition

Gets or sets a Boolean value that controls whether to wrap text to the bounds of the layer.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Wrapped { [Foundation.Export("isWrapped")] get; [Foundation.Export("setWrapped:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isWrapped")>]
[<set: Foundation.Export("setWrapped:")>]
member this.Wrapped : bool with get, set

Property Value

Attributes

Applies to