UIResponder_NSObjectExtension.DecreaseSize(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-minus) to decrease the size of the UIResponder.
[Foundation.Export("decreaseSize:")]
public static void DecreaseSize (this UIKit.UIResponder This, Foundation.NSObject sender);
static member DecreaseSize : 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 decreasing font size or changing the zoom level of a scroll view.