New to Telerik UI for WPFStart a free 30-day trial

Percent

Class

Represents percent.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

C#
public class Percent

Inheritance: objectPercent

Constructors

Initializes a new instance of the Percent class.

C#
public Percent()

Initializes a new instance of the Percent class.

C#
public Percent(double value)
Parameters:valuedouble

The value.

Properties

Gets or sets the value.

C#
public double Value { get; set; }
Property Value:

The value.

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()