Skip to main content

Class CommentDefinition

Inheritance

↳ object

    ↳ BaseDefinition

        CommentDefinition

Inherited Members

BaseDefinition.Name

BaseDefinition.DesignerSettings

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Model

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class CommentDefinition : BaseDefinition

Properties

Value

Comment text

Declaration
public string Value { get; set; }
Property value
TypeDescription
string

BoldText

Bold text in comment format

Declaration
public bool BoldText { get; set; }
Property value
TypeDescription
bool

ItalicText

Italic text in comment format

Declaration
public bool ItalicText { get; set; }
Property value
TypeDescription
bool

UnderlineText

Underlined text in comment format

Declaration
public bool UnderlineText { get; set; }
Property value
TypeDescription
bool

LineThroughText

Line through text in comment format

Declaration
public bool LineThroughText { get; set; }
Property value
TypeDescription
bool

FontSize

Font size

Declaration
public int FontSize { get; set; }
Property value
TypeDescription
int

Rotation

Rotation text in comment format

Declaration
public double Rotation { get; set; }
Property value
TypeDescription
double

Width

Width of comment

Declaration
public double Width { get; set; }
Property value
TypeDescription
double

Alignment

Alignment text in comment format

Declaration
public string Alignment { get; set; }
Property value
TypeDescription
string

Methods

Clone()

Declaration
public CommentDefinition Clone()
Returns
TypeDescription
CommentDefinition

Extension Methods