Click or drag to resize

TransitionLayout Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelLayoutObject
    Omada.OE.ModelTransitionLayout

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class TransitionLayout : LayoutObject, 
	IObjectWithId

The TransitionLayout type exposes the following members.

Constructors
  NameDescription
Public methodTransitionLayout
Top
Properties
  NameDescription
Public propertyHeight
Height in pixels.
(Inherited from LayoutObject.)
Public propertyLayoutObjects
Dette objekt anvender ikke X/Y men sin egen collection af layoutobjects
Public propertyPositionX (Inherited from LayoutObject.)
Public propertyPositionY (Inherited from LayoutObject.)
Public propertyTransition
Transition objektet er ikke altid defineret! Det anvendes som hjælp i graf-komponenten.
Public propertyTransitionId
Public propertyWidth
Width in pixels.
(Inherited from LayoutObject.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also