Beispiel #1
0
 /// <summary>
 /// Sets a new value for property {@link #getSizeBehavior sizeBehavior}.
 ///
 /// If set to <code>TileSizeBehavior.Small</code>, the tile size is the same as it would be on a small-screened phone (374px wide and lower), regardless of the screen size of the actual device being used. If set to <code>TileSizeBehavior.Responsive</code>, the tile size adapts to the size of the screen. This property has to be set consistently for the <code>SlideTile</code> along with all its inner <code>GenericTile</code> elements, so that they match one another visually.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>Responsive</code>.
 /// </summary>
 /// <param name="sSizeBehavior">New value for property <code>sizeBehavior</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.SlideTile setSizeBehavior(sap.m.TileSizeBehavior sSizeBehavior);
Beispiel #2
0
 /// <summary>
 /// Sets a new value for property {@link #getSizeBehavior sizeBehavior}.
 ///
 /// If set to <code>TileSizeBehavior.Small</code>, the tile size is the same as it would be on a small-screened phone (374px wide and lower), regardless of the screen size of the actual device being used. If set to <code>TileSizeBehavior.Responsive</code>, the tile size adapts to the size of the screen.
 ///
 /// When called with a value of <code>null</code> or <code>undefined</code>, the default value of the property will be restored.
 ///
 /// Default value is <code>Responsive</code>.
 /// </summary>
 /// <param name="sSizeBehavior">New value for property <code>sizeBehavior</code></param>
 /// <returns>Reference to <code>this</code> in order to allow method chaining</returns>
 public extern virtual sap.m.GenericTile setSizeBehavior(sap.m.TileSizeBehavior sSizeBehavior);