Version

Range<T> Class Members

The following tables list the members exposed by Range<T>.

Public Constructors
 NameDescription
Public ConstructorRange<T> Constructor  
Public Properties
 NameDescription
Public PropertyModelThe model to use to store configuration data.  
Public Methods
 NameDescription
Public MethodBrushOverloaded. Sets the brush to use to fill the range.  
Public MethodEndValueSets the value at which the range ends along the scale.  
Public MethodInnerEndExtentSets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public MethodInnerStartExtentSets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public MethodNameSets the name of the range.  
Public MethodOuterEndExtentSets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public MethodOuterStartExtentSets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.  
Public MethodOutlineOverloaded. Sets the outline to use when rendering the range.  
Public MethodStartValueSets the value at which the range starts along the scale.  
Public MethodStrokeThicknessSets the stroke thickness to use when rendering this range's outline.  
See Also

View on GitHub