C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ValueMargin

A margin specified for a given value.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether two value margins are equal.

GetHashCode ( ) : int

Returns the hash code of the value margin object.

ValueMargin ( object value, double lowMargin, double highMargin )

Initializes a new instance of the ValueMargin class.

operator ( ) : bool

Determines whether two unit value objects are equal.

Method Details

Equals() public méthode

Determines whether two value margins are equal.
public Equals ( object obj ) : bool
obj object The value margin to compare with this one.
Résultat bool

GetHashCode() public méthode

Returns the hash code of the value margin object.
public GetHashCode ( ) : int
Résultat int

ValueMargin() public méthode

Initializes a new instance of the ValueMargin class.
public ValueMargin ( object value, double lowMargin, double highMargin )
value object The value the margin is associated with.
lowMargin double The lower margin.
highMargin double The higher margin.

operator() public static méthode

Determines whether two unit value objects are equal.
public static operator ( ) : bool
Résultat bool