バージョン 23.1 (最新)

ImageViewerProps 列挙体

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

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

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