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

Color UGrokItApiForms.UgiFormsStatusImage.Color
getset

whether the view is displayed on a dark background

true if displayed on a dark background

◆ DisplayVersionInfoOnTouch

bool UGrokItApiForms.UgiFormsStatusImage.DisplayVersionInfoOnTouch
getset

whether the view is displayed on a dark background

true if displayed on a dark background

Constructor & Destructor Documentation

◆ UgiFormsStatusImage()

UGrokItApiForms.UgiFormsStatusImage.UgiFormsStatusImage ( )
inline

Initializes a new instance of the UgiFormsStatusImage class.

Member Data Documentation

◆ ColorProperty

readonly BindableProperty UGrokItApiForms.UgiFormsStatusImage.ColorProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "Color",
returnType: typeof (Color),
declaringType: typeof (UgiFormsStatusImage),
defaultValue: UgiForms.NULL_COLOR)

BindableProperty for Color

◆ DisplayVersionInfoOnTouchProperty

readonly BindableProperty UGrokItApiForms.UgiFormsStatusImage.DisplayVersionInfoOnTouchProperty
static
Initial value:
= BindableProperty.Create (
propertyName: "DisplayVersionInfoOnTouch",
returnType: typeof (Boolean),
declaringType: typeof (UgiFormsStatusImage),
defaultValue: false)

BindableProperty for DisplayVersionInfoOnTouch