C# Class a7DocumentDbStudio.Controls.a7WaitElement

Interaction logic for a7Wait.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: alekkowalczyk/a7DocumentDbStudio

Public Methods

Method Description
Resize ( double width ) : void
Start ( ) : void
Stop ( ) : void
a7WaitElement ( ) : System

Private Methods

Method Description
OffsetKeyFrameKeyTimes ( ) : void

Offsets the four keyframes of the animation with the set offset value. This allows rectangles to be visually staggered if more than one are being used together.

Method Details

Resize() public method

public Resize ( double width ) : void
width double
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

a7WaitElement() public method

public a7WaitElement ( ) : System
return System