ObjectFileMediaWidth Property |
Used (non-null) only for media files. Specifies the width for displaying the media.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> MediaWidth { get; set; }
Public Property MediaWidth As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ MediaWidth {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member MediaWidth : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also