Click or drag to resize

UnitSelectorControl Class

Interaction logic for UnitSelectorControl.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Demo3D.Visuals.Controls.CorePropertyViewerUnitSelectorControl

Namespace: Demo3D.Visuals.Controls.CorePropertyViewer
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class UnitSelectorControl : UserControl, 
	IComponentConnector

The UnitSelectorControl type exposes the following members.

Constructors
 NameDescription
Public methodUnitSelectorControl Initializes a new instance of the UnitSelectorControl class.
Top
Properties
 NameDescription
Public propertyUnitType The unit type (distance, angle etc)
Public propertyValue The UnitDescriptor for the selected unit, or null if global default is selected.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Fields
 NameDescription
Public fieldStatic memberUnitTypeProperty Dependency property for the unit type (distance, angle etc)
Public fieldStatic memberValueProperty Dependency property for the selected value.
Top
See Also