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

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Private Properties

Свойство Type Description
ClearEffect void
GetShadow System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged void
UpdateShadow void

Méthodes publiques

Méthode Description
CoreImage ( ) : System.Windows.Controls

Constructor.

CreateViewModel ( ) : void

Creates a new view-model for the control.

Private Methods

Méthode Description
ClearEffect ( ) : void
GetShadow ( ) : System.Windows.Media.Effects.DropShadowEffect
OnDataContextChanged ( ) : void
UpdateShadow ( ) : void

Method Details

CoreImage() public méthode

Constructor.
public CoreImage ( ) : System.Windows.Controls
Résultat System.Windows.Controls

CreateViewModel() public méthode

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