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