Class CommentDefinition
Inheritance
↳ object
↳ BaseDefinition
↳ CommentDefinition
Inherited Members
BaseDefinition.DesignerSettings
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class CommentDefinition : BaseDefinition
Properties
Value
Comment text
Declarationpublic string Value { get; set; }
Type | Description |
---|---|
string |
BoldText
Bold text in comment format
Declarationpublic bool BoldText { get; set; }
Type | Description |
---|---|
bool |
ItalicText
Italic text in comment format
Declarationpublic bool ItalicText { get; set; }
Type | Description |
---|---|
bool |
UnderlineText
Underlined text in comment format
Declarationpublic bool UnderlineText { get; set; }
Type | Description |
---|---|
bool |
LineThroughText
Line through text in comment format
Declarationpublic bool LineThroughText { get; set; }
Type | Description |
---|---|
bool |
FontSize
Font size
Declarationpublic int FontSize { get; set; }
Type | Description |
---|---|
int |
Rotation
Rotation text in comment format
Declarationpublic double Rotation { get; set; }
Type | Description |
---|---|
double |
Width
Width of comment
Declarationpublic double Width { get; set; }
Type | Description |
---|---|
double |
Alignment
Alignment text in comment format
Declarationpublic string Alignment { get; set; }
Type | Description |
---|---|
string |
Methods
Clone()
Declarationpublic CommentDefinition Clone()
Type | Description |
---|---|
CommentDefinition |