RepeatedZoomSnapPoint 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.
Représente plusieurs points équidistants auxquels le contenu zoomé peut s’aligner.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RepeatedZoomSnapPoint : ZoomSnapPointBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class RepeatedZoomSnapPoint : ZoomSnapPointBase
Public Class RepeatedZoomSnapPoint
Inherits ZoomSnapPointBase
- Héritage
- Attributs
Constructeurs
RepeatedZoomSnapPoint(Double, Double, Double, Double) |
Initialise une nouvelle instance de la classe RepeatedZoomSnapPoint avec les valeurs spécifiées. |
Propriétés
End |
Obtient la fin de la plage dans laquelle les points d’ancrage sont effectifs. |
Interval |
Obtient la distance entre deux points successifs. |
Offset |
Obtient la distance par laquelle les points sont décalés de 0. |
Start |
Obtient le début de la plage dans laquelle les points d’ancrage sont efficaces. |