ContentSite.OverrideScale 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 or sets the scaling factor to use for this ContentSite, which overrides the ParentScale.
public:
property float OverrideScale { float get(); void set(float value); };
float OverrideScale();
void OverrideScale(float value);
public float OverrideScale { get; set; }
var single = contentSite.overrideScale;
contentSite.overrideScale = single;
Public Property OverrideScale As Single
Property Value
Single
float
The scaling factor to use for this ContentSite, which overrides the ParentScale.