Struct Widget.BackgroundStyleProperties
  
  
  
  
  Assembly: Ritchie.Toolbox.dll
  
  
    public readonly struct Widget.BackgroundStyleProperties
   
  Constructors
  
  BackgroundStyleProperties(Texture2D?, Color, int, Color, Rounding)
  
  
  Declaration
  
    public BackgroundStyleProperties(Texture2D? fillImage, Color fillColor, int strokeThickness, Color strokeColor, Rounding rounding)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Texture2D | fillImage |  | 
      
        | Color | fillColor |  | 
      
        | int | strokeThickness |  | 
      
        | Color | strokeColor |  | 
      
        | Rounding | rounding |  | 
    
  
  Fields
  
  
  
  Declaration
  
    public readonly Color FillColor
   
  Field Value
  
  
  
  
  Declaration
  
    public readonly Texture2D? FillImage
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | Texture2D |  | 
    
  
  
  
  
  Declaration
  
    public readonly Rounding Rounding
   
  Field Value
  
  
  
  
  Declaration
  
    public readonly Color StrokeColor
   
  Field Value
  
  
  
  
  Declaration
  
    public readonly int StrokeThickness
   
  Field Value
  
  Operators
  
  
  
  
  Declaration
  
    public static bool operator ==(Widget.BackgroundStyleProperties left, Widget.BackgroundStyleProperties right)
   
  Parameters
  
  Returns
  
  
  
  
  
  Declaration
  
    public static bool operator !=(Widget.BackgroundStyleProperties left, Widget.BackgroundStyleProperties right)
   
  Parameters
  
  Returns