NSTextBlock.SetWidth Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- 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
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- edge
- NSRectEdge
- Attributes