| Author: Alan Sun 05 Feb 2010 | Member Level: Bronze | Rating:  Points: 6 |
Hi Nila,
Could you give an example of what you'd like to do? If you are after Controls that exist and you can customize, these are the classes:
System.Windows.Controls.AutoCompleteBox System.Windows.Controls.Calendar System.Windows.Controls.ContentControl System.Windows.Controls.DataGrid System.Windows.Controls.DataGridRow System.Windows.Controls.DataGridRowGroupHeader System.Windows.Controls.DataPager System.Windows.Controls.DatePicker System.Windows.Controls.DescriptionViewer System.Windows.Controls.GridSplitter System.Windows.Controls.ItemsControl System.Windows.Controls.PasswordBox System.Windows.Controls.Primitives.CalendarItem System.Windows.Controls.Primitives.RangeBase System.Windows.Controls.Primitives.Thumb System.Windows.Controls.TextBox System.Windows.Controls..UserControl System.Windows.Controls.ValidationSummary
Or if you want to actually draw something, you can use: System.Windows.Shapes.Path
Or these other primitives: System.Windows.Shapes.Ellipse System.Windows.Shapes.Line System.Windows.Shapes.Polygon System.Windows.Shapes.Polyline System.Windows.Shapes.Rectangle
Are you doing most of your work in Expression Blend? If so, I'm not sure how much these namespaces / classes will help you as I'm a programmer not a designer...
|