Class Icon
  
  
  
  
  
  
  Assembly: Ritchie.Toolbox.dll
  
  
    public sealed class Icon : Widget, IFontFamilyProvider, IInspectable
   
  Properties
  
  
  
  
  Declaration
  
    public Color? Color { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public int IconSize { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public string IconString { get; set; }
   
  Property Value
  
  Methods
  
  GetContentSize(Point)
  
  
  Declaration
  
    protected override Point GetContentSize(Point availableSize)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Point | availableSize |  | 
    
  
  Returns
  
  Overrides
  
  
  
  
  
  Declaration
  
    protected override void RebuildGeometry(GeometryHelper geometry)
   
  Parameters
  
  Overrides
  
  Implements
  
  
  Extension Methods