IContainerMinimumHeight Property 
             | 
          
        
        
          
         
            Gets/sets the minimum height in CSS for this container
            
 
    Namespace: 
   Ingeniux.CMS.Presentation
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntaxint MinimumHeight { get; set; }Property MinimumHeight As Integer
	Get
	Set
property int MinimumHeight {
	int get ();
	void set (int value);
}abstract MinimumHeight : int with get, set
Property Value
Type: 
Int32
See Also