EffectiveViewportChangedEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable EffectiveViewportChangedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

プロパティ

BringIntoViewDistanceX

要素を含む各ビューポートの ビューに FrameworkElement を表示するために必要な X 軸の平行移動の合計を取得します。

BringIntoViewDistanceY

要素を含む各ビューポートのビューに FrameworkElement を取り込むのに必要な Y 軸の翻訳の合計を取得します。

EffectiveViewport

有効なビューポートを表す Rect を取得します。

MaxViewport

現在のビューポート サイズを持つ最大有効ビューポートを表す Rect を取得します。

適用対象

こちらもご覧ください