Version

RadialGaugeScaleTickmarkAppearance Class Members

The following tables list the members exposed by RadialGaugeScaleTickmarkAppearance.

Public Constructors
 NameDescription
Public ConstructorRadialGaugeScaleTickmarkAppearance ConstructorRadialGaugeSectionTickmarkAppearance constructor.  
Public Properties
 NameDescription
Public PropertyBrushElementBrushElement defining how tickmarks are painted. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyEndExtentLocation at which each tickmark should be ended. This value is expressed as a percentage of the entire extent of the gauge; for radial gauges this is a percent of the radius, whereas with linear gauges this is a percent of the height or width. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyEndWidthEnd width of tickmarks.  
Public PropertyFrequencyHow often to render a tickmark, expressed as a multiple of the current section's Scale's TickmarkInterval. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyGaugeComponentThe Gauge Component (e.g. "UltraGauge1") in context. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public PropertyPostInitialA number, added to the current section's scale's start value, at which tickmark rendering should begin. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyPreTerminalA number, subtracted from the current section's scale's end value, at which tickmark rendering should end. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyShadowSettings which define shadows which can be rendered under each tickmark.  
Public PropertyStartExtentLocation at which each tickmark should be started. This value is expressed as a percentage of the entire extent of the gauge; for radial gauges this is a percent of the radius, whereas with linear gauges this is a percent of the height or width. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyStartWidthStart width of tickmarks.  
Public PropertyStrokeElementStrokeElement defining the Pen used to outline each tickmark. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Public PropertyVisibleWhether or not tickmarks are visible. Setting this value to false disables rendering for these tickmarks. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Protected Properties
 NameDescription
Protected PropertySortedPropertyNamesUsed by the TypeConverter to sort when listing properties. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this GaugeSectionTickmarkAppearance object.  
Public MethodFillSceneGraphAdds primitives to the scene in the form of radial gauge section tickmarks.  
Public MethodToStringReturns a string representation of this object. (Inherited from Infragistics.UltraGauge.Resources.GaugeScaleTickmarkAppearance)
Protected Methods
 NameDescription
Protected MethodInvalidateInvalidates the Gauge Component (when available) and triggers a redraw of all elements. (Inherited from Infragistics.UltraGauge.Resources.GaugeAppearanceObject)
See Also