Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShape Class / ChildrenSize Property

In This Topic
    ChildrenSize Property
    In This Topic
    Gets or sets the size dimensions of the child extents rectangle used for calculations of grouping, scaling, and rotation behavior of shapes placed within a group, in points.
    Syntax
    'Declaration
     
    Public Property ChildrenSize As System.Drawing.SizeF
    public System.Drawing.SizeF ChildrenSize {get; set;}
    See Also