C# Class WindowlessControls.WindowlessRectangle

Inheritance: WindowlessPaintControl
Show file Open project: koush/WindowlessControls Class Usage Examples

Public Methods

Method Description
WindowlessRectangle ( ) : System
WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System

Protected Methods

Method Description
OnPaint ( WindowlessPaintEventArgs e ) : void

Private Methods

Method Description
ColorChanged ( object sender, DependencyPropertyEventArgs e ) : void
FilledChanged ( object sender, DependencyPropertyEventArgs e ) : void
RectangleWidthChanged ( object sender, DependencyPropertyEventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( WindowlessPaintEventArgs e ) : void
e WindowlessPaintEventArgs
return void

WindowlessRectangle() public method

public WindowlessRectangle ( ) : System
return System

WindowlessRectangle() public method

public WindowlessRectangle ( int maxWidth, int maxHeight, Color color ) : System
maxWidth int
maxHeight int
color Color
return System