Class Position
Size and positioning of controls
Inheritance
System.Object
Position
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Position
Properties
height
Declaration
public int height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
width
Declaration
public int width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
x
Declaration
public int x { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
y
Declaration
public int y { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |