Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the underlying Shape object for this Picture, allowing advanced formatting to be set.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the underlying [Shape|Shape] object for this [Picture|Picture], allowing advanced formatting to be set.{excerpt}
{signature:C#}
 public Shape Shape{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Shape() As Shape
{signature}