UIResponder_NSObjectExtension.DecreaseSize(UIResponder, NSObject) Method
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.
C#
[Foundation.Export("decreaseSize:")]
public static void DecreaseSize (this UIKit.UIResponder This, Foundation.NSObject sender);
static member DecreaseSize : UIKit.UIResponder * Foundation.NSObject -> unit
- This
- UIResponder
The instance on which this method operates.
- Attributes
Often, application developers should respond to this by decreasing font size or changing the zoom level of a scroll view.
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |