ContentEnvironmentStateChangedEventArgs.DidDisplayScaleChange 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 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
bool
True, if the **ContentIslandEnvironment.DisplayScale** property changed; otherwise, false.