ContentSiteView.ShouldApplyRasterizationScale 属性

定义

获取 是否 ContentSite 将计算的 RasterizationScale 作为光学刻度应用。

public:
 property bool ShouldApplyRasterizationScale { bool get(); };
bool ShouldApplyRasterizationScale();
public bool ShouldApplyRasterizationScale { get; }
var boolean = contentSiteView.shouldApplyRasterizationScale;
Public ReadOnly Property ShouldApplyRasterizationScale As Boolean

属性值

Boolean

bool

如果 应用计算RasterizationScale为光学刻度,则ContentSite为 True;否则为 false。

适用于