RadControls for Silverlight

The LinearBarGeometry type exposes the following members.

Constructors

  NameDescription
Public methodLinearBarGeometry
Initializes a new instance of the LinearBarGeometry class.

Methods

  NameDescription
Public methodCorrectX
Correct X-position of element relative to start and end width.
Public methodGetGeometry(Double, Double)
Gets bar geometry for given max and min values.
Public methodGetGeometry(Double, Double, IScaleBar)
Gets bar geometry for given max and min values and object location.
Public methodGetGeometry(Double, Double, LinearBar)
Gets bar geometry for given max and min values and object location.

Extension Methods

  NameDescription
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)

Properties

  NameDescription
Public propertyBottomXLeft
Gets bottom-left X-coordinate of linear bar.
Public propertyBottomXRight
Gets bottom-right X-coordinate of linear bar.
Public propertyCellSize
Gets base size of cell for dimensional scaling.
Public propertyEndY
Gets bottom Y-coordinate of linear bar.
Public propertySize
Gets geometry size.
Public propertyStartY
Gets top Y-coordinate of linear bar.
Public propertyTopXLeft
Gets top-left X-coordinate of linear bar.
Public propertyTopXRight
Gets top-right X-coordinate of linear bar.

See Also