
Public Attributes | |
| Font | Font |
| Color | ForeColor |
| String | Text |
| float | FontSize |
| int | Top |
| int | Left |
| int | LabelOpacity = 25 |
Static Public Attributes | |
| static Color[] | LabelColors |
| static float | DefaultLabelSize = 40F |
| static Color | DefaultLabelColor = Color.Salmon |
Color [] Core.Forms.PictureLabel.LabelColors [static] |
Initial value:
new Color[]{
Color.Black,
Color.White,
Color.Salmon,
Color.RosyBrown,
Color.SeaGreen,
Color.RoyalBlue,
Color.Red,
Color.FloralWhite,
Color.Wheat,
Color.SlateBlue,
Color.Fuchsia
}
float Core.Forms.PictureLabel.DefaultLabelSize = 40F [static] |
Color Core.Forms.PictureLabel.DefaultLabelColor = Color.Salmon [static] |
| String Core.Forms.PictureLabel.Text |
| int Core.Forms.PictureLabel.LabelOpacity = 25 |