C# Class ServiceInsight.SequenceDiagram.Diagram.DiagramVisualItem

Inheritance: System.Windows.Controls.ListBoxItem
Show file Open project: Particular/ServiceInsight Class Usage Examples

Public Properties

Property Type Description
HilightProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty
ZIndexProperty System.Windows.DependencyProperty

Public Methods

Method Description
InternalSetHilight ( bool value ) : void

Protected Methods

Method Description
OnHilightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
HilightChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

InternalSetHilight() public method

public InternalSetHilight ( bool value ) : void
value bool
return void

OnHilightChanged() protected method

protected OnHilightChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnMouseRightButtonDown() protected method

protected OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

HilightProperty public static property

public static DependencyProperty,System.Windows HilightProperty
return System.Windows.DependencyProperty

XProperty public static property

public static DependencyProperty,System.Windows XProperty
return System.Windows.DependencyProperty

YProperty public static property

public static DependencyProperty,System.Windows YProperty
return System.Windows.DependencyProperty

ZIndexProperty public static property

public static DependencyProperty,System.Windows ZIndexProperty
return System.Windows.DependencyProperty