WorkflowTheme.CurrentTheme Propiedad

Definición

Obtiene o establece el tema actual.

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

Valor de propiedad

WorkflowTheme que se usa para la configuración de visualización.

Comentarios

Use CurrentTheme para realizar cambios en el tema usado para mostrar el flujo de trabajo.

Se aplica a