zoukankan      html  css  js  c++  java
  • Windows Phone(OS7.1)中常用控件继承关系

    Silverlight中所有的控件类都是FrameworkElement的子类
    Windows Phone(OS7.1)中常用控件的继承关系如下:

    Object → DependencyObject → UIElement → FrameworkElement

    FrameworkElement → Border
    FrameworkElement → Image
    FrameworkElement → MediaElement
    FrameworkElement → TextBlock

    FrameworkElement → Panel

     Panel → Canvas
     Panel → Grid
     Panel → StackPanel

    FrameworkElement → Shape

     Shape → Ellipse
     Shape → Rectangle

    FrameworkElement → Control

     Control → AdControl(using Microsoft.Advertising.Mobile.UI;)
     Control → PasswordBox
     Control → TextBox
     Control → WebBrowser
     Control → RangeBase → Slider

     Control → ItemsControl → Selector → ListBox

     Control → ContentControl

      ContentControl → ScrollViewer
      ContentControl → MapBase → MapCore → Map(using Microsoft.Phone.Controls.Maps;)
      
      ContentControl → ButtonBase

       ButtonBase → Button
       ButtonBase → HyperlinkButton
       ButtonBase → ToggleButton → CheckBox
       ButtonBase → ToggleButton → RadioButton 

  • 相关阅读:
    c#调用DLL
    蚁群算法
    ManualResetEvent类的使用
    AsyncResult 类的使用
    同步调用与异步调用
    MFC套接字编程
    windows套接字编程
    socket的IO模型
    socket编程基础知识
    Hog行人检测
  • 原文地址:https://www.cnblogs.com/chengyujia/p/2288544.html
Copyright © 2011-2022 走看看