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
TrackBarScaleElement
|
LabelStyles
LargeTickFrequency
Declaration
public int LargeTickFrequency { get; set; }
Property Value
System.Int32
|
SmallTickFrequency
Declaration
public int SmallTickFrequency { get; set; }
Property Value
System.Int32
|
TickStyle
TopScaleElement
Declaration
public TrackBarScaleElement TopScaleElement { get; }
Property Value
TrackBarScaleElement
|
TrackBarLineElement
Declaration
public TrackBarLineElement TrackBarLineElement { get; }
Property Value
TrackBarLineElement
|
Methods
CreateBottomRightTrackBarScaleElement()
Declaration
protected virtual TrackBarScaleElement CreateBottomRightTrackBarScaleElement()
Returns
TrackBarScaleElement
|
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTopLeftTrackBarScaleElement()
Declaration
protected virtual TrackBarScaleElement CreateTopLeftTrackBarScaleElement()
Returns
TrackBarScaleElement
|
CreateTrackBarLineElement()
Declaration
protected virtual TrackBarLineElement CreateTrackBarLineElement()
Returns
TrackBarLineElement
|
InitializeFields()
Declaration
protected override void InitializeFields()