'宣言 Public Enum ProgressBarToolStyle Inherits System.Enum
public enum ProgressBarToolStyle : System.Enum
メンバ | 解説 |
---|---|
Continuous | 塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColor と Infragistics.Win.AppearanceBase.ImageBackground が、実線状のバーを使用して表示されます。 |
Default | デフォルトで、プログレス バーの塗りつぶし領域はシステム テーマを使用して描画します。 |
Segmented | 塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColor と Infragistics.Win.AppearanceBase.ImageBackground が、破線 (状のバー) を使用して表示される。 |
SegmentedPartial | 塗りつぶした領域の Infragistics.Win.AppearanceBase.BackColor と Infragistics.Win.AppearanceBase.ImageBackground が、破線 (状のバー) を使用して表示される。Segmentedとの違いは、塗りつぶしが完了していない段階でも、最後のバーが、すでに表示されているバーよりも短い場合がある点です。 |
System | Infragistics.Win.UltraComponentControlManagerBase.SupportThemes が True でオペレーティングシステムが有効なテーマを持つ場合、システムテーマを使用して塗りつぶされた領域が描画されます。それ以外は、Continuousスタイルがデフォルトで使用されます。 |