Class Percent
Represents percent.
Inheritance
System.Object
Percent
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class Percent : Object
Constructors
Percent()
Percent(Double)
Initializes a new instance of the Percent class.
Declaration
public Percent(double value)
Parameters
System.Double
value
The value. |
Properties
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System.Double
The value. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|