ArithmeticConverter.Operand Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Operand As Double
public double Operand { get; set; }
public:
property double Operand {
    double get ();
    void set (double value);
}
member Operand : float with get, set
function get Operand () : double 
function set Operand (value : double)

Property Value

Type: System.Double
Returns Double.

.NET Framework Security

See Also

Reference

ArithmeticConverter Class

Microsoft.TeamFoundation.Controls.WPF.Converters Namespace