Class RadClockElement
Inheritance
System.Object
RadClockElement
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 RadClockElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadClockElement()
Declaration
public RadClockElement()
Properties
HoursArrow
MinutesArrow
Offset
Declaration
public TimeSpan Offset { get; set; }
Property Value
System.TimeSpan
|
SecondsArrow
ShowSystemTime
Declaration
public virtual bool ShowSystemTime { get; set; }
Property Value
System.Boolean
|
Value
Declaration
public virtual DateTime? Value { get; set; }
Property Value
System.Nullable<System.DateTime>
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
SetClock(DateTime)
Declaration
public virtual void SetClock(DateTime value)
Parameters
System.DateTime
value
|