This topic has not yet been rated - Rate this topic

CompositeContentShape Class

Expression Studio 4.0
Provides a base class of a composite shape that derives from ContentControl and implements IShape.


Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)
public abstract class CompositeContentShape : ContentControl, IGeometrySourceParameters, IShape
CompositeContentShape implements IShape interface, and supports rendering a geometry similar to Shape, but the geometry can be rendered outside the layout boundary. A typical implementation has a customized default template in generic.xaml which template-binds most shape properties to a Path. It should also extend the GeometrySource property to customize the appearance of the Path. This class also supports showing content together with the shape.
System.Object
   System.Windows.DependencyObject
     System.Windows.UIElement
       System.Windows.FrameworkElement
         System.Windows.Controls.Control
           System.Windows.Controls.ContentControl
            Microsoft.Expression.Controls.CompositeContentShape
               Microsoft.Expression.Controls.Callout
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.