Gets or sets a Double value, determining height of the cover elements. This property makes sense for horizontal orientation only. The default value is 19.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[ObsoleteAttribute("This property is obsolete. Use CoverElementsSize instead.")]
public double CoverElementsHeight { get; set; }
Visual Basic
<ObsoleteAttribute("This property is obsolete. Use CoverElementsSize instead.")> _
Public Property CoverElementsHeight As Double
	Get
	Set

See Also