Class
Percent

Represents percent.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

cs-api-definition
public class Percent

Inheritance: objectPercent

Constructors

Percent()

Initializes a new instance of the Percent class.

Declaration

cs-api-definition
public Percent()

Percent(double)

Initializes a new instance of the Percent class.

Declaration

cs-api-definition
public Percent(double value)

Parameters

value

double

The value.

Properties

Value

Gets or sets the value.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

The value.

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()