Share via


ContentEnvironmentStateChangedEventArgs.DidDisplayScaleChange Property

Definition

Gets a value that indicates whether the **ContentIslandEnvironment.DisplayScale** property changed.

public:
 property bool DidDisplayScaleChange { bool get(); };
bool DidDisplayScaleChange();
public bool DidDisplayScaleChange { get; }
var boolean = contentEnvironmentStateChangedEventArgs.didDisplayScaleChange;
Public ReadOnly Property DidDisplayScaleChange As Boolean

Property Value

Boolean

bool

True, if the **ContentIslandEnvironment.DisplayScale** property changed; otherwise, false.

Applies to