UGrokItApi.UgiFooterView Class Reference
Overview
UI component intended for the bottom of the screen, with three buttons
Instance Methods | |
UgiFooterView (Android.Content.Context context, Android.Util.IAttributeSet attrs) | |
Initializes a new instance of the UGrokItApi.UgiFooterView class. More... | |
void | SetLeft (string text, Action handler) |
Set the left button and handler More... | |
void | SetCenter (string text, Action handler) |
Set the center button and handler More... | |
void | SetRight (string text, Action handler) |
Set the right button and handler More... | |
Properties | |
override int | ThemeColorOverride [get, set] |
Gets or sets the color for the footer - used for the top line More... | |
override int | ButtonColorOverride [get, set] |
Gets or sets the button color for the footer More... | |
override int | ButtonPressedColorOverride [get, set] |
Gets or sets the button pressedcolor for the footer More... | |
override float | ButtonSize [get, set] |
Gets or sets the button size (dewfault is 1.0) More... | |
Instance Method Documentation
◆ SetLeft()
|
inline |
Set the left button and handler
- Parameters
-
text Text. handler Handler.
◆ SetCenter()
|
inline |
Set the center button and handler
- Parameters
-
text Text. handler Handler.
◆ SetRight()
|
inline |
Set the right button and handler
- Parameters
-
text Text. handler Handler.
Property Documentation
◆ ThemeColorOverride
|
getset |
Gets or sets the color for the footer - used for the top line
Color
◆ ButtonColorOverride
|
getset |
Gets or sets the button color for the footer
Color
◆ ButtonPressedColorOverride
|
getset |
Gets or sets the button pressedcolor for the footer
Color
◆ ButtonSize
|
getset |
Gets or sets the button size (dewfault is 1.0)
Color
Constructor & Destructor Documentation
◆ UgiFooterView()
|
inline |
Initializes a new instance of the UGrokItApi.UgiFooterView class.
- Parameters
-
context Context. attrs Attrs.
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |