RadControls for Silverlight

The Marker type exposes the following members.

Constructors

  NameDescription
Public methodMarker
Initializes a new instance of the Marker class.

Methods

  NameDescription
Public methodMoveNext
Move to the next value in the value source.
(Inherited from GraphicIndicator.)
Public methodMovePrevious
Move to the previous value in the value source.
(Inherited from GraphicIndicator.)
Public methodOnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
(Inherited from GraphicIndicator.)
Protected methodOnValueChanged
Handler of the value changed event.
(Inherited from InteractiveIndicator.)
Public methodReset
Move before the first value in the value source.
(Inherited from GraphicIndicator.)
Public methodResetTheme
Resets the theme.
(Inherited from GraphicIndicator.)
Public methodStartPlayback()()()()
Playback content of the History or ValueSource.
(Inherited from GraphicIndicator.)
Public methodStartPlayback(PropertyChangedEventHandler)
Playback content of the History or ValueSource.
(Inherited from GraphicIndicator.)
Public methodStopPlayback
Stop playback content of the History or ValueSource.
(Inherited from GraphicIndicator.)

Extension Methods

  NameDescription
Public Extension MethodChildrenOfType<(Of <<'(T>)>>)
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodClearIfNoBindingAndSet
Clears if set.
(Defined by CommonExtensions.)
Public Extension MethodClearIfSet
Clears the property if a value has been set.
(Defined by CommonExtensions.)
Public Extension MethodClearValue
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodEnableLayoutRounding (Defined by LayoutRoundingHelperExtensions.)
Public Extension MethodFindChildByType<(Of <<'(T>)>>)
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.)
Public Extension MethodFromRoot
Returns the coordinates of the given point with respect to the given element. The given coordinates should be with respect to the root visual.
(Defined by Utils.)
Public Extension MethodGetAssociatedInlineUIContainer (Defined by ExtensionMethods.)
Public Extension MethodGetAssociatedLayoutBox (Defined by ExtensionMethods.)
Public Extension MethodGetBaseControlItemStatus
Gets a string that communicates the visual status of a Control.
(Defined by AutomationExtensions.)
Public Extension MethodGetBoundsRelativeTo (Defined by ExtensionMethods.)
Public Extension MethodGetGlobalMousePosition
(Defined by WindowHost.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodGetParentPane
(Defined by DockingLogicalTreeHelper.)
Public Extension MethodGetParents
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodGetVisualParent<(Of <<'(T>)>>)
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsAncestorOf(DependencyObject)Overloaded. (Defined by ExtensionMethods.)
Public Extension MethodIsAncestorOf(DependencyObject)Overloaded.
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodIsKeyboardFocusWithin (Defined by KeyboardHelper.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.)
Public Extension MethodIsLocalValueSet(DependencyProperty)Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.)
Public Extension MethodParentOfType<(Of <<'(T>)>>)
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.)
Public Extension MethodPointFromScreen
Returns the coordinates of the given point with respect to the given element. The given coordinates should be with respect to the root visual.
(Defined by Utils.)
Public Extension MethodPointToScreen
Returns the coordinates of the given point with respect to the root application. The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.)
Public Extension MethodSetAssociatedLayoutBox (Defined by ExtensionMethods.)
Public Extension MethodSetIfDifferent
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.)
Public Extension MethodSetLayout
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetLocation(Point)Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetLocation(Double, Double)Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.)
Public Extension MethodSetValue
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.)
Public Extension MethodSlideIn()()()()Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideIn(TimeSpan)Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideOut()()()()Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodSlideOut(TimeSpan)Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.)
Public Extension MethodToRoot
Returns the coordinates of the given point with respect to the root application. The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.)
Public Extension MethodTranslate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan)Overloaded.
Translates the target element as requested by the parameters.
(Defined by CalendarAnimation.)
Public Extension MethodTranslate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan, Action)Overloaded.
Translates the target element as requested by the parameters and executes the action request.
(Defined by CalendarAnimation.)

Properties

  NameDescription
Public propertyData
Return reference to self. This property can be used within Binding in XAML to implement binding which reflect extended property changes.
(Inherited from GraphicIndicator.)
Public propertyDuration
Gets or sets the duration of the indicator movement animation.
(Inherited from InteractiveIndicator.)
Public propertyInternalAnimationStarted
Gets or sets value which indicates whether internal animation is started for this indicator.
(Inherited from GraphicIndicator.)
Public propertyIsAnimated
Gets or sets value that indicates whether the indicator animates movement from one value to another.
(Inherited from InteractiveIndicator.)
Public propertyOffPosition
Gets or sets “OFF” position of the indicator. This is location where indicator will be parked to when its value is double.NaN.
(Inherited from GraphicIndicator.)
Public propertyPlaybackFrame
Gets index of the current playback frame.
(Inherited from GraphicIndicator.)
Public propertyRefreshMode
Gets or sets refresh mode of the indicator.
(Inherited from GraphicIndicator.)
Public propertyRefreshRate
Gets or sets refresh rate of the indicator.
(Inherited from GraphicIndicator.)
Public propertyRefreshTimer
This property serve internal needs of the RadGauge control.
(Inherited from GraphicIndicator.)
Public propertySnapInterval
Gets or sets snap interval for the indicator.
(Inherited from GraphicIndicator.)
Public propertySnapType
Gets or sets snap type for the indicator.
(Inherited from GraphicIndicator.)
Public propertyTooltipFormat
Gets or sets format of the indicator's tooltip.
(Inherited from GraphicIndicator.)
Public propertyToolTipStyle
Gets or sets the style applied to the toolTip of the indicator.
(Inherited from GraphicIndicator.)
Public propertyToolTipTemplate
Gets or sets template of the indicator's tooltip.
(Inherited from GraphicIndicator.)
Public propertyUseRangeColor
Gets or sets value which indicates whether the indicator will use range color as its background.
(Inherited from GraphicIndicator.)
Public propertyValue
Gets or sets value of the indicator.
(Inherited from GraphicIndicator.)
Public propertyValueMappings
Gets the value mappings that constitute the data mappings for a indicator.
(Inherited from GraphicIndicator.)
Public propertyValueSource
Gets or sets value source for the playback feature.
(Inherited from GraphicIndicator.)

Events

  NameDescription
Public eventDragIndicatorFinished
Occurs when the dragging of indicator is finished.
(Inherited from InteractiveIndicator.)
Public eventDragIndicatorStarted
Occurs when the dragging of indicator is started.
(Inherited from InteractiveIndicator.)
Public eventValueChanged
Occurs when the indicator's value is changed.
(Inherited from GraphicIndicator.)

See Also