UIToolbar.UIToolbarAppearance
UIToolbar.UIToolbarAppearance
Class
Definition
Appearance class for objects of type UIToolbar.
public class UIToolbar.UIToolbarAppearance : UIKit.UIView.UIViewAppearance
type UIToolbar.UIToolbarAppearance = class
inherit UIView.UIViewAppearance
- Inheritance
-
UIKit.UIView+UIViewAppearanceUIKit.UIView+UIViewAppearanceUIToolbar.UIToolbarAppearanceUIToolbar.UIToolbarAppearance
Remarks
This appearance class is a strongly typed subclass of UIAppearance that is intended to be used with objects of class UIToolbar. You can obtain an instance to this class by either accessing the static Appearance property on the UIToolbar or by calling the AppearanceWhenContainedIn(Type[]) to get a UIAppearance that is context sensitive.
Constructors
UIToolbar.UIToolbarAppearance(IntPtr) UIToolbar.UIToolbarAppearance(IntPtr) |
Properties
BarTintColor BarTintColor |
The tint applied to the UIToolbar background. |
Methods
GetBackgroundImage(UIToolbarPosition, UIBarMetrics) GetBackgroundImage(UIToolbarPosition, UIBarMetrics) |
The UIImage used for the background for the given |
GetShadowImage(UIToolbarPosition) GetShadowImage(UIToolbarPosition) |
The image used for the shadow for the specified UIToolbarPosition. |
SetBackgroundImage(UIImage, UIToolbarPosition, UIBarMetrics) SetBackgroundImage(UIImage, UIToolbarPosition, UIBarMetrics) |
Sets the background image for the |
SetShadowImage(UIImage, UIToolbarPosition) SetShadowImage(UIImage, UIToolbarPosition) |
Specifies the shadow image for the specified UIToolbarPosition. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...