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.Boolean
isTopLeft
|
Fields
IsTopLeftProperty
Properties
IsTopLeft
Declaration
public bool IsTopLeft { get; set; }
Property Value
System.Boolean
|
LabelContainerElement
Declaration
public TrackBarLabelContainerElement LabelContainerElement { get; }
Property Value
TrackBarLabelContainerElement
|
TickContainerElement
Declaration
public TrackBarTickContainerElement TickContainerElement { get; }
Property Value
TrackBarTickContainerElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateTrackBarLabelContainerElement()
Declaration
protected virtual TrackBarLabelContainerElement CreateTrackBarLabelContainerElement()
Returns
TrackBarLabelContainerElement
|
CreateTrackBarTickContainerElement()
Declaration
protected virtual TrackBarTickContainerElement CreateTrackBarTickContainerElement()
Returns
TrackBarTickContainerElement
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|