The NoteShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NoteShape()()()() |
Create a new sticky note shape area.
| |
| NoteShape(Note) |
Create a new sticky note shape area with given extent.
| |
| NoteShape(Double, Double, Double, Double, Double, Double, String) |
Create a new sticky note shape area with given extent.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Shape.
(Inherited from Shape.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Author |
The author displayed in the sticky note.
| |
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Color |
The color for this sticky note.
| |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| Icon |
The icon used to display this sticky note.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| NoteHeight |
Height of this sticky note area.
| |
| NoteWidth |
Width of this sticky note area.
| |
| NoteX |
The X coordinate the note is placed.
| |
| NoteY |
The Y coordinate the note is placed.
| |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.) | |
| Open |
The sticky note should be initially be displayed open (or closed).
| |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Subject |
The subject displayed in the sticky note.
| |
| Text |
The text displayed in the sticky note.
| |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) | |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) |