[]
        
(Showing Draft Content)

C1.WPF.Core.UVSize

UVSize Struct

Represents a size that is independent from the orientation.

Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public struct UVSize
Remarks

This class is useful for layout's supporting orientation

Constructors

Name Description
UVSize(Orientation)

Initialize a new instance of UVSize.

UVSize(Orientation, double, double)

Initialize a new instance of UVSize.

UVSize(Orientation, Size)

Initialize a new instance of UVSize.

Properties

Name Description
Height

Gets or sets the height in UI coordinates.

Orientation

Gets the orientation.

Size

Gets the size in UI coordinates.

U

Gets or sets the length in the direction of the orientation.

V

Gets or sets the length in the direction contrary to the orientation.

Width

Gets or sets the width in UI coordinates.

Methods

Name Description
ToString()