Gets or sets a length of a period of time that is currently represented in
the control UI. The start of the period is defined by the
VisualStartTime property. This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public TimeSpan VisualTimeSpan { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property VisualTimeSpan As TimeSpan Get Set |
Remarks
This is a dependency property.