Class Position
Size and positioning of controls
Inheritance
System.Object
Position
Assembly: DocuWare.Platform.ServerClient.dll
public class Position : object
Properties
Declaration
public int height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int x { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int y { get; set; }
Property Value
Type |
Description |
System.Int32 |
|