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
- 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
EffectivePercentValue Property |
Gets the effective percent value as a value between 0 and 1.


If Value is less than 1, then it is directly interpreted as the effective value. For example, if Value is 0.5, then the effective value is 0.5 (50%). However if Value is greater than 1, then this function returns Value divided by 100. For example, if Value is 50, then this function returns 0.5 (50%).
Exceptions
Exception Type | Condition |
---|---|
InvalidOperationException | In case UnitType is not equal to Percentage. |
