Uses of Class
odata.msgraph.client.beta.enums.WindowsAppStartLayoutTileSize
-
Packages that use WindowsAppStartLayoutTileSize Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of WindowsAppStartLayoutTileSize in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as WindowsAppStartLayoutTileSize Modifier and Type Field Description protected WindowsAppStartLayoutTileSizeWindowsKioskAppBase. startLayoutTileSizeMethods in odata.msgraph.client.beta.complex that return types with arguments of type WindowsAppStartLayoutTileSize Modifier and Type Method Description Optional<WindowsAppStartLayoutTileSize>WindowsKioskAppBase. getStartLayoutTileSize()“The app tile size for the start layout”Methods in odata.msgraph.client.beta.complex with parameters of type WindowsAppStartLayoutTileSize Modifier and Type Method Description WindowsKioskDesktopApp.BuilderWindowsKioskDesktopApp.Builder. startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)WindowsKioskUWPApp.BuilderWindowsKioskUWPApp.Builder. startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)WindowsKioskWin32App.BuilderWindowsKioskWin32App.Builder. startLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)WindowsKioskAppBaseWindowsKioskAppBase. withStartLayoutTileSize(WindowsAppStartLayoutTileSize startLayoutTileSize)Returns an immutable copy ofthiswith just thestartLayoutTileSizefield changed. -
Uses of WindowsAppStartLayoutTileSize in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsAppStartLayoutTileSize Modifier and Type Method Description static WindowsAppStartLayoutTileSizeWindowsAppStartLayoutTileSize. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsAppStartLayoutTileSize[]WindowsAppStartLayoutTileSize. values()Returns an array containing the constants of this enum type, in the order they are declared.
-