Width property

int get Width

Implementation

int get Width => _width;
set Width (int Value)

Implementation

set Width(int Value)
{
  SetBounds(Left, Top, Value, Height);

}