Class TrackBarTickContainerElement
Inheritance
System.Object
TrackBarTickContainerElement
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 TrackBarTickContainerElement : TrackBarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TrackBarTickContainerElement()
Declaration
public TrackBarTickContainerElement()
Fields
LargeTickHeightProperty
SmallTickHeightProperty
Properties
LargeTickHeight
Declaration
public int LargeTickHeight { get; set; }
Property Value
System.Int32
|
SmallTickHeight
Declaration
public int SmallTickHeight { get; set; }
Property Value
System.Int32
|
TickColor
Declaration
public Color TickColor { get; set; }
Property Value
System.Drawing.Color
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
FormatTicks()
Declaration
public virtual void FormatTicks()
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
|
Overrides
OnTickFormatting(TrackBarTickElement)
Declaration
protected virtual void OnTickFormatting(TrackBarTickElement tickElement)
Parameters
TrackBarTickElement
tickElement
|
UpdateTickElements()
Declaration
protected virtual void UpdateTickElements()