Search
OvalGaugeRenderer Members
Constructors Properties Methods
 


A Component that renders oval gauges in the dashboard.

The following tables list the members exposed by the OvalGaugeRenderer type.

 Public Constructors

  Name Description

OvalGaugeRenderer

Initializes a new instance of the OvalGaugeRenderer class.

 Public Properties

  Name Description

gauge

Gets or sets the OvalGauge represented by this renderer.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this component relatively to its parent.

createController

Component.CreateController override. Returns a ComponentController used to interact with this component.

draw

Component.Draw override. Draws this component in specified RenderContext.

measure

Component.Measure override. Measures the desired size of this component.

 See Also