DesignerConfigurationService.AutoSplitEnabled Propiedad

Definición

Obtiene o establece un valor que indica si la división automática está habilitada para el diseñador de diagramas de flujo y el diseñador StateMachine.

public:
 property bool AutoSplitEnabled { bool get(); void set(bool value); };
public bool AutoSplitEnabled { get; set; }
member this.AutoSplitEnabled : bool with get, set
Public Property AutoSplitEnabled As Boolean

Valor de propiedad

true si la división automática está habilitada para el diseñador de diagramas de flujo y el diseñador StateMachine; de lo contrario, false.

Comentarios

El valor por defecto es false. Pero cuando el diseñador se hospeda en Visual Studio, el valor se establece en true automáticamente.

Se aplica a