Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns the width of the [Group|Group], in points \(1/72 inch\).{excerpt}
{signature:C#}
 public double Width{ get; set; }
{signature}{signature:vb.net}
Public Property Width() As Double
{signature}
{exception:ArgumentException}
Shape groups can be at most 169,056 points wide.  Setting a shape group's width to a value larger than {{169056}}, or to less than {{0}}, will throw an ArgumentException.
{exception}