Interaction logic for UnitsAlignmentControl.xaml
UnitsAlignmentControl

Namespace: Ico.Windows.Controls.SmartTileConfiguration
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class UnitsAlignmentControl : UserControl, 
	IComponentConnector
Visual Basic
Public Class UnitsAlignmentControl _
	Inherits UserControl _
	Implements IComponentConnector
JScript
public class UnitsAlignmentControl extends UserControl implements IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Windows.Controls.SmartTileConfiguration..::..UnitsAlignmentControl

See Also