/// <summary> /// Sets a new value for property {@link #getPageIndicatorPlacement pageIndicatorPlacement}. /// /// Defines where the carousel's page indicator is displayed. Possible values are sap.m.PlacementType.Top, sap.m.PlacementType.Bottom. Other values are ignored and the default value will be applied. The default value is sap.m.PlacementType.Bottom. /// /// 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>Bottom</code>. /// </summary> /// <param name="sPageIndicatorPlacement">New value for property <code>pageIndicatorPlacement</code></param> /// <returns>Reference to <code>this</code> in order to allow method chaining</returns> public extern virtual sap.m.Carousel setPageIndicatorPlacement(sap.m.PlacementType sPageIndicatorPlacement);
/// <summary> /// The method sets placement position of the QuickView. /// </summary> /// <param name="sPlacement">The side from which the QuickView appears relative to the control that opens it.</param> /// <returns>Pointer to the control instance for chaining.</returns> public extern virtual sap.m.QuickView setPlacement(sap.m.PlacementType sPlacement);