ArcGIS API for Silverlight - Library Reference
TimeSlider Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : TimeSlider Class


The following tables list the members exposed by TimeSlider.

Public Constructors

 NameDescription
public ConstructorTimeSlider ConstructorInitializes a new instance of the TimeSlider class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)IntervalsPropertyIdentifies the Intervals dependency property.  
public Fieldstatic (Shared in Visual Basic)IsPlayingPropertyIdentifies the IsPlaying dependency property.  
public Fieldstatic (Shared in Visual Basic)LoopPropertyIdentifies the Loop dependency property.  
public Fieldstatic (Shared in Visual Basic)MaximumValuePropertyIdentifies the MaximumValue dependency property.  
public Fieldstatic (Shared in Visual Basic)MinimumValuePropertyIdentifies the MinimumValue dependency property.  
public Fieldstatic (Shared in Visual Basic)PlaySpeedPropertyIdentifies the PlaySpeed dependency property.  
public Fieldstatic (Shared in Visual Basic)TimeModePropertyIdentifies the TimeMode dependancy property.  
public Fieldstatic (Shared in Visual Basic)ValuePropertyIdentifies the Value dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
public PropertyAllowDrop (Inherited from System.Windows.UIElement)
public PropertyBackground (Inherited from System.Windows.Controls.Control)
public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
public PropertyCacheMode (Inherited from System.Windows.UIElement)
public PropertyCharacterSpacing (Inherited from System.Windows.Controls.Control)
public PropertyClip (Inherited from System.Windows.UIElement)
public PropertyCursor (Inherited from System.Windows.FrameworkElement)
public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
public PropertyDesiredSize (Inherited from System.Windows.UIElement)
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyEffect (Inherited from System.Windows.UIElement)
public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
public PropertyFontSize (Inherited from System.Windows.Controls.Control)
public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
public PropertyForeground (Inherited from System.Windows.Controls.Control)
public PropertyHeight (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyIntervals Gets or sets the time intervals for the tickmarks.  
public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
public PropertyIsPlayingGets or set as Boolean indicating whether the TimeSlider is playing through the Intervals of the TickBar.  
public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
public PropertyLoop Gets or sets a value indicating whether the animating of the TimeSlider thumb(s) will restart playing when the end of the TickBar is reached.  
public PropertyMargin (Inherited from System.Windows.FrameworkElement)
public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMaximumValue Gets or sets the maximum value.  
public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
public PropertyMinimumValue Gets or sets the minimum value.  
public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
public PropertyName (Inherited from System.Windows.FrameworkElement)
public PropertyOpacity (Inherited from System.Windows.UIElement)
public PropertyOpacityMask (Inherited from System.Windows.UIElement)
public PropertyPadding (Inherited from System.Windows.Controls.Control)
public PropertyParent (Inherited from System.Windows.FrameworkElement)
public PropertyPlaySpeed Gets or sets the how fast the thumb(s) moves across the Tick Marks of the TimeSlider.  
public PropertyProjection (Inherited from System.Windows.UIElement)
public PropertyRenderSize (Inherited from System.Windows.UIElement)
public PropertyRenderTransform (Inherited from System.Windows.UIElement)
public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
public PropertyResources (Inherited from System.Windows.FrameworkElement)
public PropertyStyle (Inherited from System.Windows.FrameworkElement)
public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
public PropertyTag (Inherited from System.Windows.FrameworkElement)
public PropertyTemplate (Inherited from System.Windows.Controls.Control)
public PropertyTimeMode Determines how the TimeSlider Control will represent a TimeExtent as the thumb(s) moves across the tick marks.  
public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
public PropertyValueGets or sets the TimeExtent value(s) associated with the visual thumbs(s) displayed on the TickBar of the TimeSlider Control.  
public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
public PropertyVisibility (Inherited from System.Windows.UIElement)
public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top

Protected Properties

 NameDescription
protected PropertyDefaultStyleKey (Inherited from System.Windows.Controls.Control)
Top

Public Methods

 NameDescription
public MethodAddHandler (Inherited from System.Windows.UIElement)
public MethodApplyTemplate (Inherited from System.Windows.Controls.Control)
public MethodArrange (Inherited from System.Windows.UIElement)
public MethodCaptureMouse (Inherited from System.Windows.UIElement)
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public Methodstatic (Shared in Visual Basic)CreateTimeStopsByCount Creates the specified number of time stops evenly distributed in the time extent.  
public Methodstatic (Shared in Visual Basic)CreateTimeStopsByTimeIntervalCreates time stops within an interval dispersed with by specified System.TimeSpan.  
public MethodFindName (Inherited from System.Windows.FrameworkElement)
public MethodFocus (Inherited from System.Windows.Controls.Control)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
public MethodMeasure (Inherited from System.Windows.UIElement)
public MethodNext Jumps to the next position in the intervals.  
public MethodOnApplyTemplateOverridden. When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.  
public MethodPrevious Jumps to the previous position in the intervals.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
public MethodRemoveHandler (Inherited from System.Windows.UIElement)
public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodTransformToVisual (Inherited from System.Windows.UIElement)
public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top

Protected Methods

 NameDescription
protected MethodArrangeOverride (Inherited from System.Windows.FrameworkElement)
protected MethodGetTemplateChild (Inherited from System.Windows.Controls.Control)
protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
protected MethodOnGotFocusOverridden. Called before the System.Windows.UIElement.GotFocus event occurs.  
protected MethodOnKeyDownOverridden. Called before the System.Windows.UIElement.KeyDown event occurs.  
protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
protected MethodOnLostFocusOverridden. Called before the System.Windows.UIElement.LostFocus event occurs.  
protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseEnterOverridden. Called before the System.Windows.UIElement.MouseEnter event occurs.  
protected MethodOnMouseLeaveOverridden. Called before the System.Windows.UIElement.MouseLeave event occurs.  
protected MethodOnMouseLeftButtonDownOverridden. Called before the System.Windows.UIElement.MouseLeftButtonDown event occurs.  
protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
Top

Public Events

 NameDescription
public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
public EventDataContextChanged (Inherited from System.Windows.FrameworkElement)
public EventDragEnter (Inherited from System.Windows.UIElement)
public EventDragLeave (Inherited from System.Windows.UIElement)
public EventDragOver (Inherited from System.Windows.UIElement)
public EventDrop (Inherited from System.Windows.UIElement)
public EventGotFocus (Inherited from System.Windows.UIElement)
public EventIsEnabledChanged (Inherited from System.Windows.Controls.Control)
public EventKeyDown (Inherited from System.Windows.UIElement)
public EventKeyUp (Inherited from System.Windows.UIElement)
public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
public EventLoaded (Inherited from System.Windows.FrameworkElement)
public EventLostFocus (Inherited from System.Windows.UIElement)
public EventLostMouseCapture (Inherited from System.Windows.UIElement)
public EventMediaCommand (Inherited from System.Windows.UIElement)
public EventMouseEnter (Inherited from System.Windows.UIElement)
public EventMouseLeave (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
public EventMouseMove (Inherited from System.Windows.UIElement)
public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
public EventMouseWheel (Inherited from System.Windows.UIElement)
public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
public EventTextInput (Inherited from System.Windows.UIElement)
public EventTextInputStart (Inherited from System.Windows.UIElement)
public EventTextInputUpdate (Inherited from System.Windows.UIElement)
public EventUnloaded (Inherited from System.Windows.FrameworkElement)
public EventValueChanged Occurs when the selected time extent has changed.  
Top

See Also

© ESRI, Inc. All Rights Reserved.