KeyValueCell

Namespace: WellFired.Guacamole

Inherits: WellFired.Guacamole.Cells.Cell

Description

KeyValueCell is a cell divided in two. The left part corresponds to the text of the key value, the right part corresponds to the text of the value value. This is useful to display a list of settings with the following fashion : Automatically commit yes API used OpenGL …..

Properties

string KeyText { get; set; }
string ValueText { get; set; }
UIColor TextColor { get; set; }
int ValueWidth { get; set; }

Public Methods

  KeyValueCell ( )

Breakdown

  • string KeyText { get; set; }
  • string ValueText { get; set; }
  • UIColor TextColor { get; set; }
  • int ValueWidth { get; set; }

    Description

    This is the fixed width occupied by the value content. If for example the cell is filling all the available space horizontally, then the value part will still have the same width, only key part will expand. This ensures that when key value cells are placed under each other, the values are all aligned.

  • KeyValueCell ( )