SharedWindow Class

Shared window class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class SharedWindow
Inheritance
Object    SharedWindow

Constructors

SharedWindowInitializes a new instance of the SharedWindow class

Methods

DeserializeXaml Instances and returns the object declared in XAML.
DeserializeXamlWithThemes Instantiates and returns the object declared in XAML with the Aliquo themes preloaded.
FindChildT Finds a Child of a given item in the visual tree.
FindChildrenT Finds childen of a type in the logical tree.
GetAreaOfElement Gets the relative location and size of an element.
GetAreaOfWindow Gets the location and size relative to a window.
GetDrawingBitmapScalable Gets an image based on the screen scale.
GetDrawingImageScalable Get drawing image scalable.
GetRectOfElement Gets a rectangle structure with the location and size relative to an element.
GetScale Gets the screen scale.
GetWorkingAreaOfElement Gets the location and size of the work area relative to an element.
GetWorkingAreaOfWindow Gets the location and size of the work area relative to a window.
LocationToRect Converts a location (format: x, y, width, height) into a rectangle structure.
PositionRelativeToCell Positions the window relative to an element and the area of a cell.
PositionRelativeToElement Positions the window relative to an element.
PositionRelativeToElementArea Places the window in a position relative to the area of an element.
PositionRelativeToWorkingArea(Object, ContentAlignment) Places the window in the position relative to the window area.
PositionRelativeToWorkingArea(Object, Rectangle, ContentAlignment) Positions the window relative to an element.
PositionRelativeToWorkingAreaOfElement Places the window in the position relative to the work area of an element.
PositionRelativeToWorkingAreaOfWindow Places the window in a position relative to the work area of a source window.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also