Show / Hide Table of Contents

Class Shape

Inheritance
System.Object
AbstractShape
Shape
TextBoxShape
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.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 Shape : AbstractShape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

FormattedText

Declaration
public FormattedText FormattedText { get; }
Property Value
Type Description
FormattedText

LockAspectRatio

Gets or sets whether the picture retains its original proportions when you resize it.

Declaration
public bool LockAspectRatio { get; set; }
Property Value
Type Description
System.Boolean

Picture

Declaration
public Picture Picture { get; }
Property Value
Type Description
Picture

Methods

SetImage(String)

Declaration
public override AbstractShape SetImage(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
AbstractShape
Overrides
AbstractShape.SetImage(String)

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX