C# Class Microsoft.Silverlight.Testing.Controls.GridSplitter.DefinitionAbstraction

Pretends to be the base class for RowDefinition and ClassDefinition types so that objects of either type can be treated as one.
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
DefinitionAbstraction ( DependencyObject definition ) : System

Creates an instance of the DefinitionAbstraction class based on the given row or column definition.

Method Details

DefinitionAbstraction() public méthode

Creates an instance of the DefinitionAbstraction class based on the given row or column definition.
public DefinitionAbstraction ( DependencyObject definition ) : System
definition System.Windows.DependencyObject /// RowDefinition or ColumnDefinition instance. ///
Résultat System