Page tree

Versions Compared

Key

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

...

Wiki Markup
{description}
{excerpt}Sets or returns the height of the [Group|Group], in points \(1/72 inch\).

...

Signature
C#C#
{excerpt}
{signature:C#}
 public double Height{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Height() As Double
Exceptions
Exception
ArgumentExceptionArgumentExceptionShape groups can be at most 169,056 points tall. Setting a shape group's height to a value larger than 169056, or to less than 0, will throw an ArgumentException.
{signature}
{exceptions}
{exception:ArgumentException}
Shape groups can be at most 169,056 points tall.  Setting a shape group's height to a value larger than {{169056}}, or to less than {{0}}, will throw an ArgumentException.
{exception}