Show / Hide Table of Contents

Class PictureShape

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

Constructors

PictureShape()

Declaration
public PictureShape()

Properties

Description

Gets or sets the description of the picture.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

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

Title

Gets or sets the title of the picture.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX