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

Interaction logic for PathDebugView.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.Geometry

Méthodes publiques

Méthode 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 méthode

public OnColorInterpolationModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void

OnEndLineCapRadioButtonChecked() public méthode

public OnEndLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void

OnGradientModeRadioButtonChecked() public méthode

public OnGradientModeRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void

OnStartLineCapRadioButtonChecked() public méthode

public OnStartLineCapRadioButtonChecked ( object sender, RoutedEventArgs args ) : void
sender object
args System.Windows.RoutedEventArgs
Résultat void

PathDebugView() public méthode

public PathDebugView ( ) : System.Windows
Résultat System.Windows