C# Class eXeMeL.Model.AssociatedThemeBrushAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: Grandpappy/eXeMeL

Public Methods

Method Description
AssociatedThemeBrushAttribute ( ApplicationTheme associatedTheme, ThemeBrushTarget target, Brush associatedBrush ) : System
AssociatedThemeBrushAttribute ( ApplicationTheme associatedTheme, ThemeBrushTarget target, string associatedBrush ) : System

Method Details

AssociatedThemeBrushAttribute() public method

public AssociatedThemeBrushAttribute ( ApplicationTheme associatedTheme, ThemeBrushTarget target, Brush associatedBrush ) : System
associatedTheme ApplicationTheme
target ThemeBrushTarget
associatedBrush Brush
return System

AssociatedThemeBrushAttribute() public method

public AssociatedThemeBrushAttribute ( ApplicationTheme associatedTheme, ThemeBrushTarget target, string associatedBrush ) : System
associatedTheme ApplicationTheme
target ThemeBrushTarget
associatedBrush string
return System