Click or drag to resize

PolyLineView Class

Interaction logic for PolyLineView.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
                  RAYLASE.Shared.GUIBaseBindableView
                    RAYLASE.Marker.Common.GUIBaseSettingsView
                      RAYLASE.Marker.VectorGraphicElement.GUIBaseMetafileCommandView
                        RAYLASE.Marker.VectorGraphicElement.GUIBaseVectorGraphicElementView
                          RAYLASE.Marker.VectorGraphicElement.GUIPolyLineView

Namespace: RAYLASE.Marker.VectorGraphicElement.GUI
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class PolyLineView : BaseVectorGraphicElementView, 
	IHelpView, IComponentConnector

The PolyLineView type exposes the following members.

Constructors
 NameDescription
Public methodPolyLineViewInitializes a new instance of the PolyLineView class
Top
Properties
Methods
Events
 NameDescription
Public eventInsertMove 
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Public eventSelectedIndicesChanged 
Public eventSplitPolyLine 
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also