This class defines a set of custom views that are used to change the current zoom and pan when selected by the user.

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

Syntax

C#
public sealed class GwxCustomViews : FreezableFilteredCustomTypeDescriptorBase, 
	IChildObject
Visual Basic
Public NotInheritable Class GwxCustomViews _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IChildObject
JScript
public final class GwxCustomViews extends FreezableFilteredCustomTypeDescriptorBase implements IChildObject

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxCustomViews

See Also