C# Class NicolasDorier.GeometryProperties

Show file Open project: NicolasDorier/ProcessingContext

Public Properties

Property Type Description
DataProperty DependencyProperty

Public Methods

Method Description
GetData ( DependencyObject obj ) : string
SetData ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnDataChanged ( DependencyObject source, DependencyPropertyChangedEventArgs args ) : void

Method Details

GetData() public static method

public static GetData ( DependencyObject obj ) : string
obj DependencyObject
return string

SetData() public static method

public static SetData ( DependencyObject obj, string value ) : void
obj DependencyObject
value string
return void

Property Details

DataProperty public static property

public static DependencyProperty DataProperty
return DependencyProperty