C# Class KineticMath.SubControls.Brick

Interaction logic for UserControl2.xaml
Inheritance: KineticMath.SubControls.SeesawObject
Show file Open project: kingston/kineticmath

Public Properties

Property Type Description
BRICK_HEIGHT double

Public Methods

Method Description
Brick ( ) : System
Brick ( String text, double weight ) : System

Private Methods

Method Description
init ( String text, double weight ) : void

Method Details

Brick() public method

public Brick ( ) : System
return System

Brick() public method

public Brick ( String text, double weight ) : System
text String
weight double
return System

Property Details

BRICK_HEIGHT public static property

public static double BRICK_HEIGHT
return double