It is not possible to do this with the current version (7.1.1) SDK. A property ApplicationBar Modehas only two states; ApplicationBarMode.Default(i.e. normal state, displays any icons, but not their text, and ellipsis to see menu items) and ApplicationBarMode.Minimized, which shows only ellipses and no icons before extension. See ApplicationBar.Mode for more details .
source
share