WPF学习计划 Visual

Windows Presentation Foundation Graphics Rendering Overview

Visual : Output display, transformations, clipping, hit testing, bounding box

UIElement : 继承自Visual, 包括input, focus, eventing, layout services

FrameworkElement: 继承自UIElement, 包括logic tree, data binding, dynamic resources, styles, animation

原文地址:https://www.cnblogs.com/mrfangzheng/p/1376192.html