Skip to main content
All docs
V26.1
  • ZoomTransitionSettings Members

    Stores core ZoomTransition settings: animation bounds and direction.

    Constructors

    Name Description
    ZoomTransitionSettings() Initializes a new ZoomTransitionSettings instance with the default settings.

    Properties

    Name Description
    Direction Specifies whether a ZoomTransition that owns this ZoomTransitionSettings object should play the “zoom in” or “zoom out” animation.
    SourceBounds Gets or sets initial bounds from which the ZoomTransition animation should zoom in or out to ZoomTransitionSettings.TargetBounds.
    TargetBounds Gets or sets the final bounds to which the ZoomTransition animation should arrive from its initial ZoomTransitionSettings.SourceBounds.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also