NClass.DiagramEditor.ClassDiagram.Shapes.CommentShape.CommentShape C# (CSharp) Method

CommentShape() static private method

static private CommentShape ( ) : System
return System
		static CommentShape()
		{
			format.Trimming = StringTrimming.EllipsisWord;
			format.FormatFlags = StringFormatFlags.LineLimit;
		}

Same methods

CommentShape::CommentShape ( Comment comment ) : System