NSTextBlock.SetWidth Method

Definition

Overloads

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer)
SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer, NSRectEdge)

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer)

[Foundation.Export("setWidth:type:forLayer:")]
public virtual void SetWidth (nfloat val, AppKit.NSTextBlockValueType type, AppKit.NSTextBlockLayer layer);
abstract member SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer -> unit
override this.SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer -> unit

Parameters

val
nfloat
Attributes

Applies to

SetWidth(nfloat, NSTextBlockValueType, NSTextBlockLayer, NSRectEdge)

[Foundation.Export("setWidth:type:forLayer:edge:")]
public virtual void SetWidth (nfloat val, AppKit.NSTextBlockValueType type, AppKit.NSTextBlockLayer layer, AppKit.NSRectEdge edge);
abstract member SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer * AppKit.NSRectEdge -> unit
override this.SetWidth : nfloat * AppKit.NSTextBlockValueType * AppKit.NSTextBlockLayer * AppKit.NSRectEdge -> unit

Parameters

val
nfloat
edge
NSRectEdge
Attributes

Applies to