C# Class DynamicPolyline, code

Inheritance: Control, INotifyPropertyChanged
显示文件 Open project: shendongnian/code

Public Properties

Property Type Description
PolylinePointsProperty DependencyProperty,

Public Methods

Method Description
DynamicPolyline ( )
OnApplyTemplate ( ) : void

Private Methods

Method Description
InputPoints_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs, e ) : void
InputPoints_PropertyChange ( object sender, PropertyChangedEventArgs, e ) : void
OnPropertyChanged ( string caller = "" ) : void
SetPolyline ( ) : void

Method Details

DynamicPolyline() public method

public DynamicPolyline ( )

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

PolylinePointsProperty public_oe static_oe property

public static DependencyProperty, PolylinePointsProperty
return DependencyProperty,