Click or drag to resize

MarkableEllipseSettingView Class

Interaction logic for MarkableEllipseSettingView
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
                  RAYLASE.Shared.GUI.BaseBindableView
                    RAYLASE.Marker.Common.GUI.BaseSettingsView
                      RAYLASE.MarkerPlugin.JobElements.MarkableEllipseSettingView

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.20.0
Syntax
C#
public class MarkableEllipseSettingView : BaseSettingsView, 
	IHelpView, IComponentConnector

The MarkableEllipseSettingView type exposes the following members.

Constructors
 NameDescription
Public methodMarkableEllipseSettingViewInitializes a new instance of the MarkableEllipseSettingView class
Top
Properties
 NameDescription
Public propertyMask
(Inherited from BaseSettingsView)
Public propertyOrientationAngle 
Public propertyRadius 
Public propertyRatio 
Top
Methods
 NameDescription
Public methodGetHelpID 
Protected methodGetMaskedProperty<T>
(Inherited from BaseSettingsView)
Public methodInitializeComponent InitializeComponent
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetMaskedProperty<T>
(Inherited from BaseSettingsView)
Protected methodSetProperty<T> Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Protected methodUpdateMask
(Inherited from BaseSettingsView)
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnector.ConnectAttaches events and names to compiled content.
Top
See Also