ClassTimeBarStackPanel
Class
Represents the RadTimeBar for Silverlight TimeBarStackPanel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class TimeBarStackPanel : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlTimeBarStackPanel
Implements:
Inherited Members
Constructors
TimeBarStackPanel()
Initializes a new instance of the TimeBarStackPanel class.
Declaration
cs-api-definition
public TimeBarStackPanel()
Properties
LeftHandle
Get the LeftHandle of the SelectionThumb control
RightHandle
Get the RightHandle of the SelectionThumb control
SelectionThumb
Get the SelectionThumb control.
Declaration
cs-api-definition
public SelectionThumb SelectionThumb { get; }
Property Value
ShadeControls
Get the list of TimeBarStackPanel Shade controls.
Declaration
cs-api-definition
public IList<ShadeControl> ShadeControls { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides