EffectiveViewportChangedEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données pour l’événement FrameworkElement.EffectiveViewportChanged .
public ref class EffectiveViewportChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class EffectiveViewportChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class EffectiveViewportChangedEventArgs
Public NotInheritable Class EffectiveViewportChangedEventArgs
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|
Propriétés
BringIntoViewDistanceX |
Obtient la somme de la traduction dans l’axe X requise pour afficher frameworkElement de chaque fenêtre d’affichage contenant l’élément. |
BringIntoViewDistanceY |
Obtient la somme de la traduction dans l’axe Y requise pour afficher l’élément FrameworkElement de chaque fenêtre d’affichage contenant l’élément. |
EffectiveViewport |
Obtient le Rect représentant la fenêtre d’affichage effective. |
MaxViewport |
Obtient le Rect représentant la fenêtre d’affichage effective maximale avec les tailles de fenêtre d’affichage actuelles. |