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

In This Topic
    ChildrenOffset Property
    In This Topic
    Gets or sets the location 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 ChildrenOffset As System.Drawing.PointF
    public System.Drawing.PointF ChildrenOffset {get; set;}
    See Also