UIBarButtonItemAppearance
UIBarButtonItemAppearance(nint)
TintColor
GetBackButtonBackgroundImage(UIControlState, UIBarMetrics)
GetBackButtonBackgroundVerticalPositionAdjustment(UIBarMetrics)
GetBackButtonTitlePositionAdjustment(UIBarMetrics)
GetBackgroundImage(UIControlState, UIBarMetrics)
GetBackgroundImage(UIControlState, UIBarButtonItemStyle, UIBarMetrics)
GetBackgroundVerticalPositionAdjustment(UIBarMetrics)
GetTitlePositionAdjustment(UIBarMetrics)
SetBackButtonBackgroundImage(UIImage, UIControlState, UIBarMetrics)
SetBackButtonBackgroundVerticalPositionAdjustment(nfloat, UIBarMetrics)
SetBackButtonBackgroundVerticalPositionAdjustment(NFloat, UIBarMetrics)
SetBackButtonTitlePositionAdjustment(UIOffset, UIBarMetrics)
SetBackgroundImage(UIImage, UIControlState, UIBarMetrics)
SetBackgroundImage(UIImage, UIControlState, UIBarButtonItemStyle, UIBarMetrics)
SetBackgroundVerticalPositionAdjustment(nfloat, UIBarMetrics)
SetBackgroundVerticalPositionAdjustment(NFloat, UIBarMetrics)
SetTitlePositionAdjustment(UIOffset, UIBarMetrics)
xamarinios
namespace UIKit
{
[Register("UIBarButtonItem", true)]
public class UIBarButtonItem : UIBarItem, INSCoding, INativeObject, IDisposable, IUISpringLoadedInteractionSupporting
{
public class UIBarButtonItemAppearance : UIBarItemAppearance
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("setBackgroundImage:forState:barMetrics:")]
public virtual void SetBackgroundImage(UIImage? backgroundImage, UIControlState state, UIBarMetrics barMetrics);
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API