UIBarPositioningDelegate.GetPositionForBar(IUIBarPositioning) 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.
Returns the position for barPositioning after it has been added to the user interface.
[Foundation.Export("positionForBar:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIBarPosition GetPositionForBar(UIKit.IUIBarPositioning barPositioning);
[<Foundation.Export("positionForBar:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPositionForBar : UIKit.IUIBarPositioning -> UIKit.UIBarPosition
override this.GetPositionForBar : UIKit.IUIBarPositioning -> UIKit.UIBarPosition
Parameters
- barPositioning
- IUIBarPositioning
Returns
Implements
- Attributes