다음을 통해 공유


ContentSite.OverrideScale Property

Definition

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.

Applies to