Class DesignerSettings
Represent settings used by Workflow Designer
Inheritance
↳ object
↳ DesignerSettings
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class DesignerSettings
Properties
X
Declarationpublic string X { get; set; }
Type | Description |
---|---|
string |
Y
Declarationpublic string Y { get; set; }
Type | Description |
---|---|
string |
Bending
Declarationpublic string Bending { get; set; }
Type | Description |
---|---|
string |
Scale
Declarationpublic string Scale { get; set; }
Type | Description |
---|---|
string |
Color
Declarationpublic string Color { get; set; }
Type | Description |
---|---|
string |
AutoTextContrast
Declarationpublic bool AutoTextContrast { get; set; }
Type | Description |
---|---|
bool |
Group
Declarationpublic string Group { get; set; }
Type | Description |
---|---|
string |
Hidden
Declarationpublic bool Hidden { get; set; }
Type | Description |
---|---|
bool |
OverwriteActivityTo
Declarationpublic string OverwriteActivityTo { get; set; }
Type | Description |
---|---|
string |
InlineElementSettings
Declarationpublic DesignerSettings InlineElementSettings { get; set; }
Type | Description |
---|---|
DesignerSettings |
Empty
Declarationpublic static DesignerSettings Empty { get; }
Type | Description |
---|---|
DesignerSettings |
Methods
Clone()
Declarationpublic DesignerSettings Clone()
Type | Description |
---|---|
DesignerSettings |