DesignerConfigurationService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration options for the workflow designer.
public ref class DesignerConfigurationService sealed
public sealed class DesignerConfigurationService
type DesignerConfigurationService = class
Public NotInheritable Class DesignerConfigurationService
- Inheritance
-
DesignerConfigurationService
Properties
AnnotationEnabled |
Gets or sets a value that indicates whether the annotation is enabled for the Flowchart designer and the StateMachine designer. |
AutoConnectEnabled |
Gets or sets a value that indicates whether auto-connect is enabled for the Flowchart designer and the StateMachine designer. |
AutoSplitEnabled |
Gets or sets a value that indicates whether auto-split is enabled for the Flowchart designer and the StateMachine designer. |
AutoSurroundWithSequenceEnabled |
Gets or sets a value that indicates whether auto-surround with sequence is enabled. |
BackgroundValidationEnabled |
Gets or sets a value that indicates whether background validation is enabled. |
LoadingFromUntrustedSourceEnabled |
Gets or sets a value that indicates whether loading from untrusted source is enabled. |
MultipleItemsContextMenuEnabled |
Gets or sets a value that indicates whether multiple items context menu is enabled. |
MultipleItemsDragDropEnabled |
Gets or sets a value that indicates whether multiple items drag-and-drop operation is enabled. |
NamespaceConversionEnabled |
Gets or sets a value that indicates whether namespace conversion is enabled. |
PanModeEnabled |
Gets or sets a value that indicates whether pan mode is enabled. |
RubberBandSelectionEnabled |
Gets or sets a value that indicates whether rubber band selection is enabled. |
TargetFrameworkName |
Gets or sets the name of the target .NET Framework. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |