C# Class WinRTXamlToolkit.Debugging.Views.PropertyEditors.CornerRadiusPropertyEditor

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
ModelProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
CornerRadiusPropertyEditor ( ) : WinRTXamlToolkit.Debugging.ViewModels

Private Methods

Method Description
OnModelChanged ( BasePropertyViewModel oldModel, BasePropertyViewModel newModel ) : void

Provides derived classes an opportunity to handle changes to the Model property.

OnModelChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Model property.

OnNumericUpDownValueChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
OnValueChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Value property.

OnValueChanged ( object oldValue, object newValue ) : void

Provides derived classes an opportunity to handle changes to the Value property.

ReadModelValue ( ) : void

Method Details

CornerRadiusPropertyEditor() public method

public CornerRadiusPropertyEditor ( ) : WinRTXamlToolkit.Debugging.ViewModels
return WinRTXamlToolkit.Debugging.ViewModels

Property Details

ModelProperty public static property

Model Dependency Property
public static DependencyProperty,Windows.UI.Xaml ModelProperty
return Windows.UI.Xaml.DependencyProperty

ValueProperty public static property

Value Dependency Property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty