WKInterfaceObject.SetWidth(nfloat) 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.
Set the width, in points, of the object.
[Foundation.Export("setWidth:")]
public virtual void SetWidth (nfloat width);
abstract member SetWidth : nfloat -> unit
override this.SetWidth : nfloat -> unit
Parameters
- width
- nfloat
The width, in points, of the object.
- Attributes