Click or drag to resize

Window Class

Represents a top-level window with common metadata and appearance settings.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginWindow
    More

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

The Window type exposes the following members.

Constructors
 NameDescription
Public methodWindowInitializes a new instance of Window.
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.
Public fieldFrameRectRectangle that defines the window frame.
Public fieldIsHiddenWhether the window is hidden.
Public fieldLabelLabel associated with the window.
Public fieldModificationDateLast modification timestamp of the window.
Public fieldNameName of the window.
Public fieldObjectIDIdentifier for the object in the original file/project.
Public fieldStateCurrent state of the window (normal, minimized, maximized).
Public fieldTitleWhich title is displayed for the window.
Public fieldWindowBackgroundColorBaseBase color for the window background.
Public fieldWindowBackgroundColorEndEnd color for the window background gradient.
Public fieldWindowBackgroundColorGradientDirection of the background color gradient for the window.
Top
See Also
Inheritance Hierarchy