Search
DiagramBookmark Members
Constructors Properties Methods Events
 


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

DiagramBookmark

Initializes a new instance of the DiagramBookmark class.

 Public Properties

  Name Description

Brush

Gets or sets the custom visual brush used to outline or highlight this zone.

Icon

Gets or sets the optional image icon used to represent this bookmark pin.

TargetBounds

Gets or sets the logical boundaries of this bookmark zone in diagram document units.

Title

Gets or sets the display title of this bookmark.

 Public Methods

  Name Description

LoadFromXml

Loads the bookmark content from an XML element.

SaveToXml

Saves the bookmark content into an XML element.

 Protected Methods

  Name Description

LoadFromJson

Loads the bookmark content from a JsonObject.

OnPropertyChanged

Raises the PropertyChanged event.

SaveToJson

Saves the bookmark content into a JsonObject.

 Public Events

  Name Description

PropertyChanged

Occurs when a property value changes.

 See Also