The NoteShape type exposes the following members.

Constructors

  NameDescription
Public methodNoteShape()()()()
Create a new sticky note shape area.
Public methodNoteShape(Note)
Create a new sticky note shape area with given extent.
Public methodNoteShape(Double, Double, Double, Double, Double, Double, String)
Create a new sticky note shape area with given extent.

Methods

  NameDescription
Public methodClone
Clones a Shape.
(Inherited from Shape.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAuthor
The author displayed in the sticky note.
Public propertyBottomMargin
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyColor
The color for this sticky note.
Public propertyDock
How this shape is docked.
(Inherited from Shape.)
Public propertyIcon
The icon used to display this sticky note.
Public propertyID
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.)
Public propertyLeftMargin
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyNoteHeight
Height of this sticky note area.
Public propertyNoteWidth
Width of this sticky note area.
Public propertyNoteX
The X coordinate the note is placed.
Public propertyNoteY
The Y coordinate the note is placed.
Public propertyOpacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.)
Public propertyOpen
The sticky note should be initially be displayed open (or closed).
Public propertyRightMargin
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertySubject
The subject displayed in the sticky note.
Public propertyText
The text displayed in the sticky note.
Public propertyTopMargin
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyX
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)
Public propertyY
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)

See Also