Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / ChunkBreakingAngle Property

In This Topic
    ChunkBreakingAngle Property (CoverElementsPane)
    In This Topic
    Gets or sets a System.Double value specifying the breaking angle for painted UI elements.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(10)>
    Public Property ChunkBreakingAngle As Double
    [DefaultValue(10)]
    public double ChunkBreakingAngle {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