バージョン

ImageViewerProps 列挙体

クライアントへ WebImageViewer が送付されるすべてのプロパティの列挙体。これは、コントロールが WebImageViewer から派生し、追加プロパティを送付する必要がある場合に限って使用されます。
シンタックス
'宣言
 
Public Enum ImageViewerProps 
   Inherits System.Enum
public enum ImageViewerProps : System.Enum 
メンバ
メンバ解説
Countこのコントロールに対してクライアントに送付されるプロパティの合計数。

この値はオブジェクトの PropCount プロパティに対応します。

DragScrollEnabledDragScrollEnabled プロパティを表します。
EnableInitialFadeAnimationWrapAround プロパティを表します。
FirstItemFirstItem プロパティを表します。
OrientationOrientation プロパティを表します。
ScrollPositionScrollPosition プロパティを表します。
WrapAroundWrapAround プロパティを表します。
参照