Gets or sets a Double value, determining height of the cover elements. This property makes sense for horizontal orientation only. The default value is 27. If ExtendOnOverflow is false, and CoverElementsHeight is NaN, every cover element will have height equal to covered element height reduced by the value of CoverElementsMargin property. The height will be changed automatically at resizing of underlying UI.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public double CoverElementsHeight { get; set; }
Visual Basic (Declaration)
Public Property CoverElementsHeight As Double
	Get
	Set

Remarks

This is a dependency property.

See Also