Click or drag to resize

TriangleUp Class

Interaction logic for TriangleUp.xaml.
TriangleUp
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Ptv.XServer.Controls.Map.SymbolsTriangleUp

Namespace:  Ptv.XServer.Controls.Map.Symbols
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class TriangleUp : UserControl, IComponentConnector

The TriangleUp type exposes the following members.

Constructors
  NameDescription
Public methodTriangleUp
Initializes a new instance of the TriangleUp class.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color of this triangle.
Public propertyStroke
Gets or sets the stroke of this triangle.
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Top
Fields
  NameDescription
Public fieldStatic memberColorProperty
Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Public fieldStatic memberStrokeProperty
Using a DependencyProperty as the backing store for Stroke Color. This enables animation, styling, binding, etc...
Top
Extension Methods
  NameDescription
Public Extension MethodFindRelativeT
Finds an object of type T for a framework element which is somewhere in the visual tree.
(Defined by MapElementExtensions.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also