ProcessIsLandscape Property |
Specifies whether the process diagram is intended to be viewed in landscape mode. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsLandscape { get; set; }
Public Property IsLandscape As Boolean
Get
Set
public:
property bool IsLandscape {
bool get ();
void set (bool value);
}
member IsLandscape : bool with get, set
Property Value
Type:
Boolean
See Also