UIResponder_NSObjectExtension.IncreaseSize(UIResponder, NSObject) 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.
A hardware keyboard request (Command-plus) to increase the size of the UIResponder.
[Foundation.Export("increaseSize:")]
public static void IncreaseSize (this UIKit.UIResponder This, Foundation.NSObject sender);
static member IncreaseSize : UIKit.UIResponder * Foundation.NSObject -> unit
Parameters
- This
- UIResponder
The instance on which this method operates.
- Attributes
Remarks
Often, application developers should respond to this by increasing font size or changing the zoom level of a scroll view.