Class VortexResources
  
  
  
  
    Inheritance
    System.Object
    VortexResources
   
  
  Assembly: Vortex.Presentation.Styling.Wpf.dll
  Syntax
  
    public class VortexResources
   
  Properties
  
  
  
  
  Accent
  
  
  Declaration
  
    public static Brush Accent { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  Alert
  
  
  Declaration
  
    public static Brush Alert { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public static Brush Intermediate { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnAccent
  
  
  Declaration
  
    public static Brush OnAccent { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnAlert
  
  
  Declaration
  
    public static Brush OnAlert { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public static Brush OnIntermediate { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnPrimary
  
  
  Declaration
  
    public static Brush OnPrimary { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnSecondary
  
  
  Declaration
  
    public static Brush OnSecondary { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnSignalOff
  
  
  Declaration
  
    public static Brush OnSignalOff { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnSignalOn
  
  
  Declaration
  
    public static Brush OnSignalOn { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  OnWarning
  
  
  Declaration
  
    public static Brush OnWarning { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  Primary
  
  
  Declaration
  
    public static Brush Primary { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  Secondary
  
  
  Declaration
  
    public static Brush Secondary { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  SignalOff
  
  
  Declaration
  
    public static Brush SignalOff { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  SignalOn
  
  
  Declaration
  
    public static Brush SignalOn { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  
  
  
  Warning
  
  
  Declaration
  
    public static Brush Warning { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.Brush | 
         | 
      
    
  
  Methods
  
  
  
  
  GetColorBrush(String)
  
  
  Declaration
  
    static SolidColorBrush GetColorBrush(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.SolidColorBrush | 
         | 
      
    
  
  
  
  
  GetOnColorBrush(String)
  
  
  Declaration
  
    static SolidColorBrush GetOnColorBrush(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Windows.Media.SolidColorBrush | 
         | 
      
    
  
  Extension Methods