UGrokItApiForms.UgiFormsStatusImage Class Reference
Overview
Xamarin.Forms UI component that shows an image reflecting the Grokker's connection and battery state
Instance Methods | |
UgiFormsStatusImage () | |
Initializes a new instance of the UgiFormsStatusImage class. More... | |
Properties | |
Color | Color [get, set] |
whether the view is displayed on a dark background More... | |
bool | DisplayVersionInfoOnTouch [get, set] |
whether the view is displayed on a dark background More... | |
Constants | |
static readonly BindableProperty | ColorProperty |
BindableProperty for Color More... | |
static readonly BindableProperty | DisplayVersionInfoOnTouchProperty |
BindableProperty for DisplayVersionInfoOnTouch More... | |
Property Documentation
◆ Color
|
getset |
whether the view is displayed on a dark background
true if displayed on a dark background
◆ DisplayVersionInfoOnTouch
|
getset |
whether the view is displayed on a dark background
true if displayed on a dark background
Constructor & Destructor Documentation
◆ UgiFormsStatusImage()
|
inline |
Initializes a new instance of the UgiFormsStatusImage class.
Member Data Documentation
◆ ColorProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "Color",
returnType: typeof (Color),
declaringType: typeof (UgiFormsStatusImage),
defaultValue: UgiForms.NULL_COLOR)
BindableProperty for Color
◆ DisplayVersionInfoOnTouchProperty
|
static |
Initial value:
= BindableProperty.Create (
propertyName: "DisplayVersionInfoOnTouch",
returnType: typeof (Boolean),
declaringType: typeof (UgiFormsStatusImage),
defaultValue: false)
BindableProperty for DisplayVersionInfoOnTouch
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 |