Class RadTickBar
Inheritance
System.Object
RadTickBar
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTickBar : Control, IAutomationPeer, IPeerConverter, IRadTickBar, IControl, IFrameworkElement, ITargetElement
Constructors
RadTickBar()
Declaration
public RadTickBar()
Properties
Ticks
Declaration
public IList<ContentPresenter> Ticks { get; }
Property Value
System.Collections.Generic.IList<ContentPresenter>
|