HtmlPageAdapter.OptimumPageWeight 属性

定义

返回基于设备屏幕大小、适合于目标设备的页面权重。Returns a page weight, based on the device's screen size, which is appropriate for the target device. 用于窗体分页。Used in form pagination. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 virtual property int OptimumPageWeight { int get(); };
public virtual int OptimumPageWeight { get; }
member this.OptimumPageWeight : int
Public Overridable ReadOnly Property OptimumPageWeight As Integer

属性值

Int32

基于设备屏幕大小、适合于目标设备的页面权重。The page weight, based on the device's screen size, which is appropriate for the target device.

实现

适用于