Gets or sets a Double value specifying the breaking angle for painted UI elements.

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

Syntax

C#
[DefaultValueAttribute()]
public double ChunkBreakingAngle { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property ChunkBreakingAngle As Double
	Get
	Set

Remarks

The CoverElementsPane lays out UI elements over the arbitrary UI. If the layout direction is changed by an angle greater than what is specified in the ChunkBreakingAngle property, then painted UI element will be broken into pieces.

See Also