C# Class Gu.Wpf.Geometry.Demo.PathDebugView

Interaction logic for PathDebugView.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: JohanLarsson/Gu.Wpf.Geometry

Public Methods

Method Description
OnColorInterpolationModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
OnEndLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
OnGradientModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
OnStartLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
PathDebugView ( ) : System.Windows

Method Details

OnColorInterpolationModeRadioButtonChecked() public method

public OnColorInterpolationModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

OnEndLineCapRadioButtonChecked() public method

public OnEndLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

OnGradientModeRadioButtonChecked() public method

public OnGradientModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

OnStartLineCapRadioButtonChecked() public method

public OnStartLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
return void

PathDebugView() public method

public PathDebugView ( ) : System.Windows
return System.Windows