Show / Hide Table of Contents

Interface IDrawingObject

Drawing object.

Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public interface IDrawingObject

Properties

ParentGroup

Gets the parent group shape of the object.

Declaration
GroupShape ParentGroup { get; }
Property Value
Type Description
GroupShape

Null, if the shape is not in a group shape.

Position

Gets the position of the drawing object related to the anchor.

Declaration
Position Position { get; }
Property Value
Type Description
Position

Size

Gets the size of the drawing object.

Declaration
Size Size { get; }
Property Value
Type Description
Size
Back to top Generated by DocFX