Interaction logic for ContentAlignmentControl.xaml
ContentAlignmentControl

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

Syntax

C#
public class ContentAlignmentControl : UserControl, 
	IComponentConnector
Visual Basic
Public Class ContentAlignmentControl _
	Inherits UserControl _
	Implements IComponentConnector
JScript
public class ContentAlignmentControl 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..::..ContentAlignmentControl

See Also