Represents a saved logical area of interest or landmark zone within a diagram.
The following tables list the members exposed by the DiagramBookmark type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the DiagramBookmark class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the custom visual brush used to outline or highlight this zone. |
|
![]() |
Gets or sets the optional image icon used to represent this bookmark pin. |
|
![]() |
Gets or sets the logical boundaries of this bookmark zone in diagram document units. |
|
![]() |
Gets or sets the display title of this bookmark. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Loads the bookmark content from an XML element. |
|
![]() |
Saves the bookmark content into an XML element. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Loads the bookmark content from a JsonObject. |
|
![]() |
Raises the PropertyChanged event. |
|
![]() |
Saves the bookmark content into a JsonObject. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Occurs when a property value changes. |
See Also