Scale Control Class

Namespace: Ico.Gwx
Assembly: GwxControls (in GwxControls.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class GwxScaleControl : UserControl, 
	IUpdateable, ICustomTypeDescriptor
Visual Basic
Public Class GwxScaleControl _
	Inherits UserControl _
	Implements IUpdateable, ICustomTypeDescriptor
JScript
public class GwxScaleControl extends UserControl implements IUpdateable, ICustomTypeDescriptor

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.Gwx..::..GwxScaleControl

See Also