ToolStripProgressBar.Style Propiedad

Definición

Obtiene o establece el estilo del control ToolStripProgressBar.

public:
 property System::Windows::Forms::ProgressBarStyle Style { System::Windows::Forms::ProgressBarStyle get(); void set(System::Windows::Forms::ProgressBarStyle value); };
public System.Windows.Forms.ProgressBarStyle Style { get; set; }
member this.Style : System.Windows.Forms.ProgressBarStyle with get, set
Public Property Style As ProgressBarStyle

Valor de propiedad

ProgressBarStyle

Uno de los valores de ProgressBarStyle. El valor predeterminado es Blocks.

Se aplica a