ContentSiteView.RasterizationScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.