disableDefaultTextStyle

A value that indicates whether to disable the default text style.

Type: Boolean.

Default: false.

Code example:

              var piechart = document.getElementById("wijpiechart").winControl;

                WinJS.UI.setOptions(piechart, {

                            disableDefaultTextStyle:true

                     });


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.