C# 클래스 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.
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
DefinitionAbstraction ( DependencyObject definition ) : System

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

메소드 상세

DefinitionAbstraction() 공개 메소드

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. ///
리턴 System