Udostępnij za pośrednictwem


ContentSiteView.RasterizationScale Property

Definition

Gets the computed local DPI for the associated **ContentSite**, which is computed from the OverrideScale and ParentScale.

See ContentIsland.RasterizationScale for more information.

public:
 property float RasterizationScale { float get(); };
float RasterizationScale();
public float RasterizationScale { get; }
var single = contentSiteView.rasterizationScale;
Public ReadOnly Property RasterizationScale As Single

Property Value

Single

float

The computed local DPI for the associated **ContentSite**.

Applies to

See also