Property | Type | Description | |
---|---|---|---|
ActualDependentValueProperty | |||
ActualIndependentValueProperty | |||
DependentValueProperty | |||
DependentValueStringFormatProperty | |||
FormattedDependentValueProperty | |||
FormattedIndependentValueProperty | |||
IndependentValueProperty | |||
IndependentValueStringFormatProperty | |||
IsSelectionEnabledProperty |
Property | Type | Description | |
---|---|---|---|
GoToCurrentRevealState | bool | ||
OnActualDependentValuePropertyChanged | void | ||
OnActualIndependentValuePropertyChanged | void | ||
OnCurrentStateChanged | void | ||
OnDependentValuePropertyChanged | void | ||
OnDependentValueStringFormatPropertyChanged | void | ||
OnIndependentValuePropertyChanged | void | ||
OnIndependentValueStringFormatPropertyChanged | void | ||
OnIsSelectedPropertyChanged | void | ||
OnIsSelectionEnabledPropertyChanged | void | ||
OnLoaded | void | ||
OnStatePropertyChanged | void | ||
SetFormattedProperty | void |
Method | Description | |
---|---|---|
DataPoint ( ) : System |
Initializes a new instance of the DataPoint class.
|
|
OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void |
Called when the value of the ActualDependentValue property changes.
|
|
OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void |
Called when the ActualIndependentValue property changes.
|
|
OnApplyTemplate ( ) : void |
Builds the visual tree for the DataPoint when a new template is applied.
|
|
OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void |
Called when the DependentValue property changes.
|
|
OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void |
Called when DependentValueStringFormat property changes.
|
|
OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void |
Called when the IndependentValue property changes.
|
|
OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void |
Called when the value of the IndependentValueStringFormat property changes.
|
|
OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void |
IsHoveredProperty property changed handler.
|
|
OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void |
IsSelectedProperty property changed handler.
|
|
OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void |
IsSelectionEnabledProperty property changed handler.
|
|
OnPointerEntered ( Windows e ) : void | ||
OnPointerExited ( Windows e ) : void | ||
OnPointerPressed ( Windows e ) : void | ||
OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void |
Called when the value of the State property changes.
|
Method | Description | |
---|---|---|
GoToCurrentRevealState ( ) : bool |
Updates the Control's visuals to reflect the current state(s).
|
|
OnActualDependentValuePropertyChanged ( |
Called when the value of the ActualDependentValue property changes.
|
|
OnActualIndependentValuePropertyChanged ( |
Called when the ActualIndependentValue property changes.
|
|
OnCurrentStateChanged ( object sender, |
Changes the DataPoint object's state after one of the VSM state animations completes.
|
|
OnDependentValuePropertyChanged ( |
Called when the DependentValue property changes.
|
|
OnDependentValueStringFormatPropertyChanged ( |
Called when DependentValueStringFormat property changes.
|
|
OnIndependentValuePropertyChanged ( |
Called when the IndependentValue property changes.
|
|
OnIndependentValueStringFormatPropertyChanged ( |
Called when the value of the IndependentValueStringFormat property changes.
|
|
OnIsSelectedPropertyChanged ( |
IsSelectedProperty property changed handler.
|
|
OnIsSelectionEnabledPropertyChanged ( |
IsSelectionEnabledProperty property changed handler.
|
|
OnLoaded ( object sender, |
Handles the Control's Loaded event.
|
|
OnStatePropertyChanged ( |
Called when the value of the State property changes.
|
|
SetFormattedProperty ( |
Sets a dependency property with the specified format.
|
protected OnActualDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void | ||
oldValue | IComparable | The value to be replaced. |
newValue | IComparable | The new value. |
return | void |
protected OnActualIndependentValuePropertyChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | The value to be replaced. |
newValue | object | The new value. |
return | void |
protected OnDependentValuePropertyChanged ( IComparable oldValue, IComparable newValue ) : void | ||
oldValue | IComparable | The value to be replaced. |
newValue | IComparable | The new value. |
return | void |
protected OnDependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void | ||
oldValue | string | The value to be replaced. |
newValue | string | The new value. |
return | void |
protected OnIndependentValuePropertyChanged ( object oldValue, object newValue ) : void | ||
oldValue | object | The old value. |
newValue | object | The new value. |
return | void |
protected OnIndependentValueStringFormatPropertyChanged ( string oldValue, string newValue ) : void | ||
oldValue | string | The value to be replaced. |
newValue | string | The new value. |
return | void |
protected OnIsHoveredPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
return | void |
protected OnIsSelectedPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | The value to be replaced. |
newValue | bool | The new value. |
return | void |
protected OnIsSelectionEnabledPropertyChanged ( bool oldValue, bool newValue ) : void | ||
oldValue | bool | Old value. |
newValue | bool | New value. |
return | void |
protected OnPointerEntered ( Windows e ) : void | ||
e | Windows | |
return | void |
protected OnPointerExited ( Windows e ) : void | ||
e | Windows | |
return | void |
protected OnPointerPressed ( Windows e ) : void | ||
e | Windows | |
return | void |
protected OnStatePropertyChanged ( DataPointState oldValue, DataPointState newValue ) : void | ||
oldValue | DataPointState | The value to be replaced. |
newValue | DataPointState | The new value. |
return | void |
public static DependencyProperty,Windows.UI.Xaml ActualDependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ActualIndependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml DependentValueStringFormatProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FormattedDependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FormattedIndependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IndependentValueProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml IndependentValueStringFormatProperty | ||
return |