UGrokItApiForms.UgiFormsFooter Class Reference
Overview
Xamarin.Forms UI component intended for the bottom of the screen, with three buttons
Instance Methods | |
UgiFormsFooter () | |
Initializes a new instance of the UgiFormsFooter 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 | |
Color | ThemeColor [get, set] |
Gets the color of the footer More... | |
float | ButtonSize [get, set] |
Gets the color of the footer More... | |
Constants | |
static readonly BindableProperty | ThemeColorProperty |
BindableProperty for ThemeColor More... | |
static readonly BindableProperty | ButtonSizeProperty |
BindableProperty for ButtonSize 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
◆ ThemeColor
|
getset |
Gets the color of the footer
Color for the footer.
◆ ButtonSize
|
getset |
Gets the color of the footer
Color for the footer.
Constructor & Destructor Documentation
◆ UgiFormsFooter()
|
inline |
Initializes a new instance of the UgiFormsFooter class.
Member Data Documentation
◆ ThemeColorProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "ThemeColor",
returnType: typeof (Color),
declaringType: typeof (UgiFormsFooter),
defaultValue: UgiForms.NULL_COLOR)
BindableProperty for ThemeColor
◆ ButtonSizeProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "ButtonSize",
returnType: typeof (float),
declaringType: typeof (UgiFormsFooter),
defaultValue: 1.0f)
BindableProperty for ButtonSize
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 |