WorkflowTheme.CurrentTheme Proprietà

Definizione

Ottiene o imposta il tema corrente.

public:
 static property System::Workflow::ComponentModel::Design::WorkflowTheme ^ CurrentTheme { System::Workflow::ComponentModel::Design::WorkflowTheme ^ get(); void set(System::Workflow::ComponentModel::Design::WorkflowTheme ^ value); };
public static System.Workflow.ComponentModel.Design.WorkflowTheme CurrentTheme { get; set; }
static member CurrentTheme : System.Workflow.ComponentModel.Design.WorkflowTheme with get, set
Public Shared Property CurrentTheme As WorkflowTheme

Valore della proprietà

Oggetto WorkflowTheme utilizzato per le impostazioni di visualizzazione.

Commenti

Utilizzare CurrentTheme per apportare modifiche al tema utilizzato per visualizzare il flusso di lavoro.

Si applica a