CompositeContentShape.RenderedGeometry Property

Gets the rendered geometry presented by the rendering engine.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Public ReadOnly Property RenderedGeometry As Geometry
'Usage
Dim instance As CompositeContentShape
Dim value As Geometry

value = instance.RenderedGeometry
public Geometry RenderedGeometry { get; }
public:
virtual property Geometry^ RenderedGeometry {
    Geometry^ get () sealed;
}
/** @property */
public final Geometry get_RenderedGeometry ()
public final function get RenderedGeometry () : Geometry

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CompositeContentShape Class
CompositeContentShape Members
Microsoft.Expression.Controls Namespace