C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.ValueMargin

A margin specified for a given value.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines whether two value margins are equal.
public Equals ( object obj ) : bool
obj object The value margin to compare with this one.
Результат bool

GetHashCode() публичный Метод

Returns the hash code of the value margin object.
public GetHashCode ( ) : int
Результат int

ValueMargin() публичный Метод

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() публичный статический Метод

Determines whether two unit value objects are equal.
public static operator ( ) : bool
Результат bool