バージョン

ZoomPropertyIds 列挙体

ZoomProperties プロパティ ID の列挙体
シンタックス
'宣言
 
Public Enum ZoomPropertyIds 
   Inherits System.Enum
public enum ZoomPropertyIds : System.Enum 
メンバ
メンバ解説
AllowPanningWithGesturesZoomProperties.AllowPanningWithGestures プロパティ
AllowPanningWithMouseZoomProperties.AllowPanningWithMouse プロパティ
AllowZoomingWithGesturesZoomProperties.AllowZoomingWithGestures プロパティ
AllowZoomingWithMouseWheelZoomProperties.AllowZoomingWithMouseWheel プロパティ
InterceptedMessagesZoomProperties.InterceptedMessages プロパティ
MaxZoomFactorZoomProperties.MaxZoomFactor プロパティ
MinZoomFactorZoomProperties.MinZoomFactor プロパティ
ZoomFactorZoomProperties.ZoomFactor プロパティ
解説

プロパティ識別子は、Infragistics.Win.UltraControlBase.PropertyChanged イベントのハンドラーに渡されます。これは、コントロールの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraControlBase から派生したすべてのコントロールはこの機能を公開します。

参照