C# Class Open.Core.UI.Controls.CoreImage

Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: philcockfield/Open.TestHarness.SL

Private Properties

Property Type Description
ClearEffect void
GetShadow System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged void
UpdateShadow void

Public Methods

Method Description
CoreImage ( ) : System.Windows.Controls

Constructor.

CreateViewModel ( ) : void

Creates a new view-model for the control.

Private Methods

Method Description
ClearEffect ( ) : void
GetShadow ( ) : System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged ( ) : void
UpdateShadow ( ) : void

Method Details

CoreImage() public method

Constructor.
public CoreImage ( ) : System.Windows.Controls
return System.Windows.Controls

CreateViewModel() public method

Creates a new view-model for the control.
public CreateViewModel ( ) : void
return void