Class StdBEPDUPassoLayout
Classe que define o layout de um passo de um processo do utilizador (no designer).
Inheritance
System.Object
StdBEPDUPassoLayout
Implements
StdPlatBE100.IStdBEPDUPassoLayout
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("0C83B2C3-8A4F-4856-8E16-46F80DE56FA8")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEPDUPassoLayout : IStdBEPDUPassoLayout
Constructors
StdBEPDUPassoLayout()
Declaration
public StdBEPDUPassoLayout()
Properties
Height
Altura.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Left
Posição esquerda.
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Opcoes
Opções.
Declaration
public int Opcoes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PassoId
Identificador do passo.
Declaration
public string PassoId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Top
Posição topo.
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Width
Largura.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
StdPlatBE100.IStdBEPDUPassoLayout