dbicGauge Send comments on this topic.
dbiGaugeObject Class Members
See Also  Properties 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace : dbiGaugeObject Class


"

The following tables list the members exposed by dbiGaugeObject.

"

Public Constructors

 NameDescription
public ConstructordbiGaugeObject ConstructorOverloaded. Initalizes a new instance of the class  
Top

Public Properties

 NameDescription
public PropertyAngleEndGets or sets the ending angle of the gauge.  
public PropertyAngleStartGets or sets the starting angle of the gauge.  
public PropertyAnimateValueDetermines if changing the gauge's value will be animated.  
public PropertyAnimationChangeGets or sets how much the needle of the gauge will change in the display during each interval of the animation.  
public PropertyAnimationIntervalGets or sets the speed of the animation for the gauge.  
public PropertyDisplayGaugeTextDetermines if text will be displayed at the MajorTicks of the gauge.  
public PropertyExtensionBorderColorGets or sets the color used to paint the border around the extension of a radial needle in the gauge.  
public PropertyExtensionBorderWidthGets or sets the width of the border around the needle extension of a radial needle in the gauge.  
public PropertyExtensionColorGets or sets the color used to paint the needle extension of the gauge.  
public PropertyGaugeAlignGets or sets the alignment of the origin point of the gauge.  
public PropertyGaugeColorGets or sets the color used to paint the background of the path of the gauge.  
public PropertyGaugeFontGets or sets the font used for displaying text in this gauge.  
public PropertyGaugeForeColorGets or sets the color used to paint the text in the gauge.  
public PropertyGaugeHeightGets or set the distance, from origin, of the edge of the path of the gauge.  
public PropertyGaugeImageGets or sets the image used as a background of the primary gauge.  
public PropertyGaugeOffsetGets or sets the offset used to calculate thr location of origin of the gauge, relative to the control.  
public PropertyGaugeTextHeightGets or sets the distance from origin the text will be rendered for the MajorTicks in the gauge.  
public PropertyGaugeWidthGets or sets the thickness of the path of the gauge.  
public PropertyMajorTickColorGets or sets the color used to paint the MajorTicks in the gauge.  
public PropertyMajorTickHeightGets or sets the height (length) of the MajorTicks in the gauge.  
public PropertyMajorTickOffsetGets or sets the offset used to calculate the location, relative to origin, of the MajorTicks in the guage.  
public PropertyMajorTicksGets or sets the number of major ticks to display in the gauge.  
public PropertyMajorTickWidthGets or sets the width, thickness, of the lines drawn as MajorTicks in the gauge.  
public PropertyMarkerImageGets or sets the image to use as the needle of the gauge, when NeedleType is set to Marker.  
public PropertyMaximumGets or sets the maximum value of the gauge.  
public PropertyMinimumGets or sets the minimum value of the gauge.  
public PropertyMinorTickColorGets or sets the color used to paint the MinorTicks in the gauge.  
public PropertyMinorTickHeightGets or sets the height (length) of the MinorTicks in the gauge.  
public PropertyMinorTickOffsetGets or sets the offset used to calculate the location, relative to origin, of the MinorTicks in the gauge.  
public PropertyMinorTicksGets or sets the number of minor tick lines to draw between the MajorTicks of the gauge.  
public PropertyMinorTickWidthGets or sets the width, thickness, of the lines drawn as MinorTicks in the gauge.  
public PropertyNeedleBorderColorGets or sets the color used to paint the border on the needle of the gauge.  
public PropertyNeedleBorderWidthGets or sets the width of the border drawn around the needle of the gauge.  
public PropertyNeedleColorGets or sets the color of the needle of the gauge.  
public PropertyNeedleExtensionGets or sets the length of the needle extension of the gauge.  
public PropertyNeedleHeightGets or sets the height (length) of the needle in the gauge.  
public PropertyNeedleImageGets or sets the image used to fill the background of the needle in the gauge.  
public PropertyNeedleOffsetGets or sets the vertical and horizontal offset used to calculate the position of the needle in the gauge.  
public PropertyNeedleTypeGets or sets the style of needle to display in the gauge.  
public PropertyNeedleWidthGets or sets the width of the needle in the gauge.  
public PropertyOpenArcPathDetermines if the border related to the "Extension" of the radial needle of the gauge, will also be drawn around the value.  
public PropertyPinBorderColorGets or sets the color used to paint he border of the pin of the gauge.  
public PropertyPinBorderWidthGets or sets the thickness of the border around the pin in the gauge.  
public PropertyPinBrushTypeGets or sets the gradient effect to apply to the background of the pin of the gauge.  
public PropertyPinColorGets or sets the primary color used to paint the background of the pin in the gauge.  
public PropertyPinColorToGets or sets the secondary color used to paint the background of the gauge.  
public PropertyPinImageGets or sets the image used to represent the pin of the gauge.  
public PropertyPinLinearAngleGets or sets the desired angle for the calculation of the start of the linear gradient fill in the pin of the gauge.  
public PropertyPinOffsetGets or set the horizontal and vertical offset used to calculate the center of the pin, relative to origin of the gauge.  
public PropertyPinPositionGets or sets the z-order of the pin relative to the needle in the gauge.  
public PropertyPinRadialOffset

Gets or sets the horizontal and vertical offset used to calculate where the center of the radial gradient is calculated in the pin of the gauge.

 
public PropertyPinSizeGets or sets the width and height of the pin in the gauge.  
public PropertyTagGets or sets an object value that contains additional data about the gauge.  
public PropertyValueGets or sets the current position of the needle in the gauge.  
Top

See Also