UIToolbar.UIToolbarAppearance.GetBackgroundImage 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.
The UIImage used for the background for the given position
and barMetrics
.
[Foundation.Export("backgroundImageForToolbarPosition:barMetrics:")]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIToolbarPosition position, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIToolbarPosition * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIToolbarPosition * UIKit.UIBarMetrics -> UIKit.UIImage
Parameters
- position
- UIToolbarPosition
- barMetrics
- UIBarMetrics
Returns
- Attributes