NSTextBlock.SetWidth Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- val
- nfloat
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- Attributi
Si applica a
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
Parametri
- val
- nfloat
- type
- NSTextBlockValueType
- layer
- NSTextBlockLayer
- edge
- NSRectEdge
- Attributi