Show / Hide Table of Contents

Class ConnectorShape

Inheritance
System.Object
AbstractShape
ConnectorShape
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
AbstractShape.Id
AbstractShape.Name
AbstractShape.Size
AbstractShape.ParentGroup
AbstractShape.AnchorPosition
AbstractShape.RelativePosition
AbstractShape.Position
AbstractShape.ShapeType
AbstractShape.FlipH
AbstractShape.FlipV
AbstractShape.PrintObject
AbstractShape.Locked
AbstractShape.LockText
AbstractShape.AlternateText
AbstractShape.Fill
AbstractShape.Line
AbstractShape.Effects
AbstractShape.HyperLink
AbstractShape.RotationAngle
AbstractShape.SetImage(String)
AbstractShape.WithAdjustments(Int64[])
AbstractShape.Adjustments
AbstractShape.PolygonPoints
AbstractShape.Sheet
AbstractShape.Positioning
AbstractShape.AnchoredCell
AbstractShape.IWorksheetDrawingObject.BottomRightCell
AbstractShape.Worksheet
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ConnectorShape : AbstractShape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

ConnectorShape()

Declaration
public ConnectorShape()

ConnectorShape(ShapeType)

Declaration
public ConnectorShape(ShapeType type)
Parameters
Type Name Description
ShapeType type

Properties

Connection

Declaration
public Connection Connection { get; set; }
Property Value
Type Description
Connection

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX