Version

BreakAlternatingSlices Property

Gets/sets whether every alternate slice in the pie is seperated by a break.
Syntax
'Declaration
 
Public Property BreakAlternatingSlices As Boolean
public bool BreakAlternatingSlices {get; set;}
Remarks

The size of the break is specified by the BreakDistancePercentage property.

The effect of setting this property and any of the other breaking flags (BreakAllSlices or BreakOthersSlice) is undefined.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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