C# Class BatterySizesWatchFace.BatterySizesFace

Inheritance: IFace
Show file Open project: nothingmn/AGENT.Contrib

Public Properties

Property Type Description
charging bool
width int

Public Methods

Method Description
Render ( Microsoft screen ) : void

Method Details

Render() public method

public Render ( Microsoft screen ) : void
screen Microsoft
return void

Property Details

charging public property

public bool charging
return bool

width public property

public int width
return int