ProductCatalogBackgroundPositionVertical Property |
Vertical position of the Background Image. T=Top, C=Center, B=Bottom. [Required] [Default("T")]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductCatalogsRepositoryBackgroundPositionVertical BackgroundPositionVertical { get; set; }
Public Property BackgroundPositionVertical As ProductCatalogsRepositoryBackgroundPositionVertical
Get
Set
public:
property ProductCatalogsRepositoryBackgroundPositionVertical^ BackgroundPositionVertical {
ProductCatalogsRepositoryBackgroundPositionVertical^ get ();
void set (ProductCatalogsRepositoryBackgroundPositionVertical^ value);
}
member BackgroundPositionVertical : ProductCatalogsRepositoryBackgroundPositionVertical with get, set
Property Value
Type:
ProductCatalogsRepositoryBackgroundPositionVertical
See Also