ClassSelectionThumb
Class
Represents the RadTimeBar for Silverlight SelectionThumb control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class SelectionThumb : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlSelectionThumb
Implements:
Inherited Members
Constructors
SelectionThumb()
Initializes a new instance of the SelectionThumb class.
Declaration
cs-api-definition
public SelectionThumb()
Properties
CenterHandleHeight
Get the centerHandle height.
CenterHandleWidth
Get the centerHandle width.
LeftHandleHeight
Get the leftHandle height.
LeftHandleWidth
Get the leftHandle width.
RightHandleHeight
Get the rightHandle height.
RightHandleWidth
Get the rightHandle width.
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