Name | Description | |
---|---|---|
![]() | Comment | Initializes a new instance of the Comment class. |
Name | Description | |
---|---|---|
![]() | BoundingBox | Gets or sets the bounding box of the comment, in device independed pixels (DIPs). |
![]() | Color | Gets or sets the color of the comment in user interface. |
![]() | CreationDate | Gets or sets date and time when the comment was created. |
![]() | IsOpen | Gets or sets a value indicating whether this comment is open in user interface. |
![]() | IsReadOnly | Gets or sets a value indicating whether this comment is read-only in user interface. |
![]() | IsState | Gets a value indicating whether this comment sets the parent state. |
![]() | ModifyDate | Gets or sets the date and time when the annotation was most recently modified. |
![]() | Name | Gets or sets the comment name. |
![]() | Parent | Gets the parent comment. |
![]() | ParentCollection | Gets the comment collection that contains this comment. |
![]() | ParentState | Gets or sets the state to which the parent comment (Parent) should be set. |
![]() | Replies | Gets the comment collection that contains replies to this comment. |
![]() | Source | Gets the source object of the comment. |
![]() | SourceBoundingBox | Gets the bounding box of Source object, in device independed pixels (DIPs). |
![]() | StateModel | Gets or sets the state model corresponding to ParentState. |
![]() | Subject | Gets or sets the subject of the comment. |
![]() | Text | Gets or sets the text of the comment. |
![]() | Type | Gets or sets the type of the comment. |
![]() | UserName | Gets or sets the user name. |
Name | Description | |
---|---|---|
![]() | AddReply | Adds the reply to this comment. |
![]() | Collapse | Closes this comment and all replies. |
![]() | Dispose | Releases all resources used by this object. |
![]() | Expand | Opens this comment and all replies. |
![]() | FindCommentBySource | Searches the comment by specified source. |
![]() | FindCommentBySourceLocation | Searches the comment by point in SourceBoundingBox. |
![]() | GetAllReplies | Returns all replies of this comment. |
![]() | GetAvailableTypes | Returns the available comment types. |
![]() | GetStates | Returns the states of this comment. |
![]() | Remove | Removes this comment. |
![]() | ResetBoundingBox | Resets the BoundingBox property to the default value. |
![]() | SetState | Sets the state of this comment. |
Name | Description | |
---|---|---|
![]() | CreateReplyCollection | Creates the reply collection for this comment. |
![]() | OnPropertyChanged | Raises the PropertyChanged event. |
![]() | OnStatesChanged | Raises the StatesChanged event. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when the comment property is changed. |
![]() | StatesChanged | Occurs when states are changed. |