
Namespace: System.Windows.Controls
Library: PresentationFramework
Some properties:
Background
The value will be a color.
FontFamily
You can use any of the fonts available at the folder C:\Windows\Fonts. Be careful if you are creating an webapplication because some persons can not have the same fonts you have...

FontSize
FontStyle
They usuals: Normal and Italic.
FontWeight
They usuals: Normal and Bold.
Foreground
Also a color.
Height
Margin
Name
Opacity
Text
Very used at the .XAML.CS file: the content of the TextBlock - read and write.
Visibility
Width
The main events. To be overrided.
KeyDown
KeyUp
And some mouse events:
MouseDoubleClick MouseDown MouseEnter MouseLeave MouseLeftButtonDown MouseLeftButtonUp MouseMove MouseRightButtonDown MouseRightButtonUp MouseUp
PREVIOUS LESSON NEXT LESSON T.CONTENTS HOMEPAGE
