Class LayoutConstraints
  
  
  
    - Namespace
 - Lime
 
  - Assembly
 - Lime.dll
 
   
  
  
  
    [TangerineMenuPath("Layout/Layout Constraints")]
[AllowedComponentOwnerTypes(new Type[] { typeof(Widget) })]
public class LayoutConstraints : NodeComponent, IDisposable, IAnimable
   
  
    - Inheritance
 
    - 
      
      
      
      
LayoutConstraints
     
  
  
    - Implements
 
    - 
      
      
    
 
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
 
  
    - Extension Methods
 
    - 
  
  
  
 
  Constructors
  
  
  LayoutConstraints()
  
  
  
  
  
    public LayoutConstraints()
   
  Properties
  
  
  AspectRatio
  
  
  
  
  
    [YuzuMember]
[TangerineTooltip("AspectRatio = Width / Height")]
public float? AspectRatio { get; set; }
   
  Property Value
  
    - float?
 
    
  
  
  
  Ignore
  
  
  
  
  
    [YuzuMember]
public bool Ignore { get; set; }
   
  Property Value
  
    - bool
 
    
  
  
  
  MaxSize
  
  
  
  
  
    [Validation.Range(0, Infinity)]
[YuzuMember]
public Vector2 MaxSize { get; set; }
   
  Property Value
  
    - Vector2
 
    
  
  
  
  MinSize
  
  
  
  
  
    [Validation.Range(0, 3.4028235E+38)]
[YuzuMember]
public Vector2 MinSize { get; set; }
   
  Property Value
  
    - Vector2
 
    
  
  
  
  Owner
  
  
  
  
  
    public Widget Owner { get; set; }
   
  Property Value
  
    - Widget
 
    
  
  
  
  Stretch
  
  
  
  
  
    [Validation.Range(0, Infinity)]
[YuzuMember]
public float Stretch { get; set; }
   
  Property Value
  
    - float