|
The Label3D for .NET is an extended label control that can display
text in variant effects, this would help you making the application more attractive.
Label3D has all the functionalities supported by standard Label class, for example, the text alignment, mnemonic for
shortcuts etc. In addition, it can display text in many 3D effects, which is defined by the TextEffect enumeration. You can set the gradient fill style for the background as well.
The TextEffect enum has the below values:
- Flat
- Inset
- Raised
- InsetLight
- RaisedLight
- Shadow
- ShadowXp
|