CompositeContentShape.InternalContent Property

Gets or sets the internal content that converts a string into a center-aligned, multiple-line TextBlock.

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

Syntax

'Declaration
Public Property InternalContent As Object
'Usage
Dim instance As CompositeContentShape
Dim value As Object

value = instance.InternalContent
public Object InternalContent { get; }
public:
property Object^ InternalContent {
    Object^ get ();
}
/** @property */
public Object get_InternalContent ()
public function get InternalContent () : Object

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