NCWidgetProviding_Extensions.GetWidgetMarginInsets 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.
Overloads
GetWidgetMarginInsets(INCWidgetProviding, NSEdgeInsets) | |
GetWidgetMarginInsets(INCWidgetProviding, UIEdgeInsets) |
Developers should not use this deprecated method. |
GetWidgetMarginInsets(INCWidgetProviding, NSEdgeInsets)
public static AppKit.NSEdgeInsets GetWidgetMarginInsets (this NotificationCenter.INCWidgetProviding This, AppKit.NSEdgeInsets defaultMarginInsets);
static member GetWidgetMarginInsets : NotificationCenter.INCWidgetProviding * AppKit.NSEdgeInsets -> AppKit.NSEdgeInsets
Parameters
- This
- INCWidgetProviding
- defaultMarginInsets
- NSEdgeInsets
Returns
Applies to
GetWidgetMarginInsets(INCWidgetProviding, UIEdgeInsets)
Developers should not use this deprecated method.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static UIKit.UIEdgeInsets GetWidgetMarginInsets (this NotificationCenter.INCWidgetProviding This, UIKit.UIEdgeInsets defaultMarginInsets);
static member GetWidgetMarginInsets : NotificationCenter.INCWidgetProviding * UIKit.UIEdgeInsets -> UIKit.UIEdgeInsets
Parameters
- This
- INCWidgetProviding
The instance on which this extension method operates.
- defaultMarginInsets
- UIEdgeInsets
Returns
- Attributes