Menu

The following tables list the members exposed by the IShape type.

Public Properties

NameDescription
FillGets or sets the Brush that specifies how to paint the interior of the shape.
GeometryMargin Gets the margin between logical bounds and actual geometry bounds. This can be either positive (as in Arc) or negative (as in Callout).
RenderedGeometry Gets the rendered geometry presented by the rendering engine.
StretchGets or sets a Stretch enumeration value that describes how the shape fills its allocated space.
StrokeGets or sets the Brush that specifies how the Shape outline is painted.
StrokeThicknessGets or sets the width of the Shape stroke outline.
Top

Public Methods

NameDescription
InvalidateGeometry Invalidates the geometry for a IShape. After the invalidation, the IShape will recompute the geometry, which will occur asynchronously.
Top

Public Events

NameDescription
RenderedGeometryChanged Occurs when RenderedGeometry is changed.
Top

See Also