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("setBackgroundVerticalPositionAdjustment:forBarMetrics:")]
public virtual void SetBackgroundVerticalPositionAdjustment(nfloat adjustment, UIBarMetrics forBarMetrics);
}
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.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