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.
Show file Open project: garyjohnson/wpnest

Public Methods

Method Description
DefinitionAbstraction ( DependencyObject definition ) : System

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

Method Details

DefinitionAbstraction() public method

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. ///
return System