'宣言 Public Enum ZoomPropertyIds Inherits System.Enum
public enum ZoomPropertyIds : System.Enum
メンバ | 解説 |
---|---|
AllowPanningWithGestures | ZoomProperties.AllowPanningWithGestures プロパティ |
AllowPanningWithMouse | ZoomProperties.AllowPanningWithMouse プロパティ |
AllowZoomingWithGestures | ZoomProperties.AllowZoomingWithGestures プロパティ |
AllowZoomingWithMouseWheel | ZoomProperties.AllowZoomingWithMouseWheel プロパティ |
InterceptedMessages | ZoomProperties.InterceptedMessages プロパティ |
MaxZoomFactor | ZoomProperties.MaxZoomFactor プロパティ |
MinZoomFactor | ZoomProperties.MinZoomFactor プロパティ |
ZoomFactor | ZoomProperties.ZoomFactor プロパティ |
プロパティ識別子は、Infragistics.Win.UltraControlBase.PropertyChanged イベントのハンドラーに渡されます。これは、コントロールの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraControlBase から派生したすべてのコントロールはこの機能を公開します。