C# Class Knot3.Framework.Widgets.Design

Exibir arquivo Open project: knot3/knot3-code Class Usage Examples

Public Properties

Property Type Description
ComboBoxItemBackgroundColorFunc Color>.Func
ComboBoxItemForegroundColorFunc Color>.Func
DataItemHeight float
DefaultLineColor Color
DefaultOutlineColor Color
DialogBackground Color
DialogForeground Color
InGameBackground Color
MenuItemBackgroundColorFunc Color>.Func
MenuItemForegroundColorFunc Color>.Func
NavigationItemHeight float
ScreenBackground Color
TitleForegroundColor Color
WidgetBackground Color
WidgetBackgroundColorFunc Color>.Func
WidgetForeground Color
WidgetForegroundColorFunc Color>.Func

Public Methods

Method Description
MenuFont ( IScreen screen ) : SpriteFont

Method Details

MenuFont() public static method

public static MenuFont ( IScreen screen ) : SpriteFont
screen IScreen
return Microsoft.Xna.Framework.Graphics.SpriteFont

Property Details

ComboBoxItemBackgroundColorFunc public_oe static_oe property

public static Func ComboBoxItemBackgroundColorFunc
return Color>.Func

ComboBoxItemForegroundColorFunc public_oe static_oe property

public static Func ComboBoxItemForegroundColorFunc
return Color>.Func

DataItemHeight public_oe static_oe property

public static float DataItemHeight
return float

DefaultLineColor public_oe static_oe property

public static Color DefaultLineColor
return Color

DefaultOutlineColor public_oe static_oe property

public static Color DefaultOutlineColor
return Color

DialogBackground public_oe static_oe property

public static Color DialogBackground
return Color

DialogForeground public_oe static_oe property

public static Color DialogForeground
return Color

InGameBackground public_oe static_oe property

public static Color InGameBackground
return Color

MenuItemBackgroundColorFunc public_oe static_oe property

public static Func MenuItemBackgroundColorFunc
return Color>.Func

MenuItemForegroundColorFunc public_oe static_oe property

public static Func MenuItemForegroundColorFunc
return Color>.Func

NavigationItemHeight public_oe static_oe property

public static float NavigationItemHeight
return float

ScreenBackground public_oe static_oe property

public static Color ScreenBackground
return Color

TitleForegroundColor public_oe static_oe property

public static Color TitleForegroundColor
return Color

WidgetBackground public_oe static_oe property

public static Color WidgetBackground
return Color

WidgetBackgroundColorFunc public_oe static_oe property

public static Func WidgetBackgroundColorFunc
return Color>.Func

WidgetForeground public_oe static_oe property

public static Color WidgetForeground
return Color

WidgetForegroundColorFunc public_oe static_oe property

public static Func WidgetForegroundColorFunc
return Color>.Func