C# Class GameMenu.Widget

显示文件 Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
BackgroundImage string
BackgroundImageSelected string
BackgroundSingleColor Color?
Click System.Threading.ThreadStart
FontSize float
IsNumeric bool
IsPassword bool
IsScrollbar bool
IsTextbox bool
OnText ThreadStart
Rect System.Drawing.RectangleF
ScrollbarMax int
ScrollbarValue int
Text string
TextColor Color
Visible bool
selected bool

Property Details

BackgroundImage public_oe property

public string BackgroundImage
return string

BackgroundImageSelected public_oe property

public string BackgroundImageSelected
return string

BackgroundSingleColor public_oe property

public Color? BackgroundSingleColor
return Color?

Click public_oe property

public ThreadStart,System.Threading Click
return System.Threading.ThreadStart

FontSize public_oe property

public float FontSize
return float

IsNumeric public_oe property

public bool IsNumeric
return bool

IsPassword public_oe property

public bool IsPassword
return bool

IsScrollbar public_oe property

public bool IsScrollbar
return bool

IsTextbox public_oe property

public bool IsTextbox
return bool

OnText public_oe property

public ThreadStart OnText
return ThreadStart

Rect public_oe property

public RectangleF,System.Drawing Rect
return System.Drawing.RectangleF

ScrollbarMax public_oe property

public int ScrollbarMax
return int

ScrollbarValue public_oe property

public int ScrollbarValue
return int

Text public_oe property

public string Text
return string

TextColor public_oe property

public Color TextColor
return Color

Visible public_oe property

public bool Visible
return bool

selected public_oe property

public bool selected
return bool