NSTextBlock.SetWidth 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- val
- nfloat
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- 특성
적용 대상
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
매개 변수
- val
- nfloat
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- edge
- NSRectEdge
- 특성