Class TrackBarScaleContainerElement
Inheritance
System.Object
TrackBarScaleContainerElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TrackBarScaleContainerElement : TrackBarStackElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarScaleContainerElement()
Declaration
public TrackBarScaleContainerElement()
Properties
BottomScaleElement
Declaration
public TrackBarScaleElement BottomScaleElement { get; }
Property Value
LabelStyles
LargeTickFrequency
Declaration
public int LargeTickFrequency { get; set; }
Property Value
System.
|
SmallTickFrequency
Declaration
public int SmallTickFrequency { get; set; }
Property Value
System.
|
TickStyle
TopScaleElement
Declaration
public TrackBarScaleElement TopScaleElement { get; }
Property Value
TrackBarLineElement
Declaration
public TrackBarLineElement TrackBarLineElement { get; }
Property Value
Methods
CreateBottomRightTrackBarScaleElement()
Declaration
protected virtual TrackBarScaleElement CreateBottomRightTrackBarScaleElement()
Returns
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTopLeftTrackBarScaleElement()
Declaration
protected virtual TrackBarScaleElement CreateTopLeftTrackBarScaleElement()
Returns
CreateTrackBarLineElement()
Declaration
protected virtual TrackBarLineElement CreateTrackBarLineElement()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()