[]
        
(Showing Draft Content)

C1.WPF.Schedule.TimeRulerHelper

TimeRulerHelper Class

Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and TimeFormat property value.

Inheritance
TimeRulerHelper
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public class TimeRulerHelper : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
TimeRulerHelper()

Initializes a new instance of the TimeRulerHelper element.

Fields

Name Description
HoursProperty

Identifies the Hours dependency property.

IntervalProperty

Identifies the Interval dependency property.

IsZeroMinuteProperty

Identifies the IsZeroMinute dependency property.

MinutesProperty

Identifies the Minutes dependency property.

Properties

Name Description
Hours

Gets the string value representing the hours part of the VisualInterfal.Start time.

Interval

Gets or sets the VisualInterval object.

IsZeroMinute

Gets the bool value determining whether VisualInterval.StartTime.Minute property is 0.

Minutes

Gets the string value representing the minutes part of the VisualInterfal.Start time.