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.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
FrameKind Enumeration |
Specifies what kind of frame the CircularGaugeFrame will render.
Namespace:
EO.Wpf.Gauge
Assembly: EO.Wpf (in EO.Wpf.dll)
Syntax
public enum FrameKind
Remarks
Note that for other kind of frames, Left, Right or Bottom, a RotateTransform should be used within the RenderTransform or LayoutTransform properties.
By default Quarter will render a top-left quarter, to create frames of other quarters, set Rotation to a value other than Rotate0.
Members
Member Name | Description |
---|---|
Half | The CircularGaugeFrame will appear as a half top. |
Quarter | The CircularGaugeFrame will appear as a top-left quarter. |
ThreeQuarter | The CircularGaugeFrame will appear as a three quarter gauge. |
Circle | The CircularGaugeFrame will appear as a circle. |
See Also