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.Boolean
|
Overrides
ClockElement
Gets the RadClockElement which encapsulates the UI representation and functionality of the control.
Declaration
public RadClockElement ClockElement { get; }
Property Value
RadClockElement
|
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
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.Drawing.Color
|
Overrides
Offset
Determines whether the Clock will show the system time.
Declaration
public TimeSpan Offset { get; set; }
Property Value
System.TimeSpan
|
RightToLeft
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
System.Windows.Forms.RightToLeft
|
ShowSystemTime
Determines whether the Clock will show the system time.
Declaration
public bool ShowSystemTime { get; set; }
Property Value
System.Boolean
|
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Value
Declaration
public DateTime? Value { get; set; }
Property Value
System.Nullable<System.DateTime>
|
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
InitializeRootElement(RootRadElement)
Declaration
protected override void InitializeRootElement(RootRadElement rootElement)
Parameters
RootRadElement
rootElement
|