Class TrackBarScaleElement
Inheritance
System.Object
TrackBarScaleElement
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 TrackBarScaleElement : TrackBarStackElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarScaleElement(Boolean)
Declaration
public TrackBarScaleElement(bool isTopLeft)
Parameters
System.
|
Fields
IsTopLeftProperty
Properties
IsTopLeft
Declaration
public bool IsTopLeft { get; set; }
Property Value
System.
|
LabelContainerElement
Declaration
public TrackBarLabelContainerElement LabelContainerElement { get; }
Property Value
TickContainerElement
Declaration
public TrackBarTickContainerElement TickContainerElement { get; }
Property Value
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTrackBarLabelContainerElement()
Declaration
protected virtual TrackBarLabelContainerElement CreateTrackBarLabelContainerElement()
Returns
CreateTrackBarTickContainerElement()
Declaration
protected virtual TrackBarTickContainerElement CreateTrackBarTickContainerElement()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|