Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf
- Classes
- Structures
- DateRange Structure
- Unit Structure
- Unit Structure
- Unit Members
- Unit Constructor
- Properties
- Enumerations
- Delegates
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
Unit Members |
The Unit structure exposes the following members.
Constructors
Name | Description | |
---|---|---|
Unit(double); | Initializes a new instance of the Unit structure using the specified fixed value. | |
Unit(double, UnitType); | Initializes a new instance of Unit and specifies what kind of values it holds. |
Properties
Name | Description | |
---|---|---|
EffectivePercentValue | Gets the effective percent value as a value between 0 and 1. | |
IsFixed | Gets a value that indicates whether the value held by this Unit instance is a fixed value. | |
IsPercentage | Gets a value that indicates whether the value held by this Unit instance is a percentage value. | |
UnitType | Gets the associated UnitType for this Unit instance. | |
Value | Gets a Double that represents the value of this Unit instance. |
Methods
Name | Description | |
---|---|---|
GetType (inherited from Object) |
See Also