Scheduler for WinRT
ChunkBreakingAngle Property


Gets or sets a System.Double value specifying the breaking angle for painted UI elements.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ChunkBreakingAngle As Double
'Usage
 
Dim instance As CoverElementsPane
Dim value As Double
 
instance.ChunkBreakingAngle = value
 
value = instance.ChunkBreakingAngle
[DefaultValue()]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoverElementsPane Class
CoverElementsPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.