Share via


NSTextField.CreateWrappingLabel(String) Method

Definition

[Foundation.Export("wrappingLabelWithString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTextField CreateWrappingLabel(string stringValue);
[<Foundation.Export("wrappingLabelWithString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateWrappingLabel : string -> AppKit.NSTextField

Parameters

stringValue
String

Returns

Attributes

Applies to