C# Class ORM.DisplayGraph.Components.ModelViewer.ModelViewerControl

Inheritance: System.Windows.Controls.ContentControl
Show file Open project: thabart/SimpleOrm

Public Properties

Property Type Description
LinkDefinitionsProperty System.Windows.DependencyProperty
TableDefinitionsProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
CreateTableDefinitionControl ( TableDefinition tableDefinition ) : TableDefinitionControl
GetMatrixTransform ( ) : System.Windows.Media.Matrix
ModelViewerControl ( ) : System.Collections.Generic
OnLinkDefinitionsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnLinkDefinitionsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnModelViewerContainerSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnTableDefinitionsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnTableDefinitionsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

LinkDefinitionsProperty public static property

public static DependencyProperty,System.Windows LinkDefinitionsProperty
return System.Windows.DependencyProperty

TableDefinitionsProperty public static property

public static DependencyProperty,System.Windows TableDefinitionsProperty
return System.Windows.DependencyProperty