Click or drag to resize

Note Class

A simple note window containing text.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginWindow
    Altaxo.Serialization.OriginNote

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Note : Window

The Note type exposes the following members.

Constructors
 NameDescription
Public methodNoteInitializes a new Note instance.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldCreationDateCreation timestamp of the window.
(Inherited from Window)
Public fieldFrameRectRectangle that defines the window frame.
(Inherited from Window)
Public fieldIsHiddenWhether the window is hidden.
(Inherited from Window)
Public fieldLabelLabel associated with the window.
(Inherited from Window)
Public fieldModificationDateLast modification timestamp of the window.
(Inherited from Window)
Public fieldNameName of the window.
(Inherited from Window)
Public fieldObjectIDIdentifier for the object in the original file/project.
(Inherited from Window)
Public fieldStateCurrent state of the window (normal, minimized, maximized).
(Inherited from Window)
Public fieldTextText content of the note.
Public fieldTitleWhich title is displayed for the window.
(Inherited from Window)
Public fieldWindowBackgroundColorBaseBase color for the window background.
(Inherited from Window)
Public fieldWindowBackgroundColorEndEnd color for the window background gradient.
(Inherited from Window)
Public fieldWindowBackgroundColorGradientDirection of the background color gradient for the window.
(Inherited from Window)
Top
See Also