Class RadClock
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadClock : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadClock()
Properties
AutoSize
Determines whether control's height will be determined automatically, depending on the current Font.
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Overrides
ClockElement
Gets the Rad
Declaration
public RadClockElement ClockElement { get; }
Property Value
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
ForeColor
RadClock consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.
|
Overrides
Offset
Determines whether the Clock will show the system time.
Declaration
public TimeSpan Offset { get; set; }
Property Value
System.
|
RightToLeft
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
System.
|
ShowSystemTime
Determines whether the Clock will show the system time.
Declaration
public bool ShowSystemTime { get; set; }
Property Value
System.
|
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
Value
Declaration
public DateTime? Value { get; set; }
Property Value
System.
|
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
InitializeRootElement(RootRadElement)
Declaration
protected override void InitializeRootElement(RootRadElement rootElement)
Parameters
Root
|