disableDefaultTextStyle

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

Type: Boolean.

Default: false.

Code example:

var linechart = document.getElementById("wijlinechartDefault").winControl;

       WinJS.UI.setOptions(linechart, {

                            disableDefaultTextStyle:true

              });

 


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