Mathematica > コントロールオブジェクト >

ProgressIndicator

ProgressIndicator[x]
0から1の間の設定値 x を持つ進行表示器を表す.
ProgressIndicator[Dynamic[x]]
動的に更新された x の現行値を取るように設定できる.
ProgressIndicator[x, {xmin, xmax}]
xmin から xmax までの範囲の進行表示器を表す.
ProgressIndicator[x, Indeterminate]
範囲が不定の進行表示器を表す.
  • ProgressIndicator[...]は,ノートブックに左から右に進む進行表示器として表示される.インタラクティブな変更を加えることはできない.
  • 以下のオプションが使用できる.
AppearanceAutomatic進行表示器の全体的な外観
BaselinePositionAutomatic周囲のテキストと相対的な並べ方
BaseStyle{}進行表示器のベーススタイル
ImageMargins0進行表示器の画像の周囲の余白
ImageSizeAutomatic進行表示器の全体的な画像の大きさ
  • BaseStyleの設定値は,一般に現行スタイルシートの"ProgressIndicator"スタイルで与えられるデフォルトスタイルに加えられる.
バージョン 6 の新機能
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team