Class AutoShapeImpl
Represents the Autoshape.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Shapes
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class AutoShapeImpl : ShapeImpl, IShape, IParentApplication, IDisposable, ICloneParent, INamedObject
Properties
AlternativeText
Represents the Shape's Description.
Declaration
public override string AlternativeText { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Fill
Represents the fill.
Declaration
public override IFill Fill { get; }
Property Value
Type |
---|
IFill |
Overrides
FlipHorizontal
Specifies a horizontal flip. When true, this attribute defines that the shape is flipped horizontally about the center of its bounding box
Declaration
public bool FlipHorizontal { get; set; }
Property Value
Type |
---|
System.Boolean |
FlipVertical
Specifies a vertical flip. When true, this attribute defines that the group is flipped vertically about the center of its bounding box
Declaration
public bool FlipVertical { get; set; }
Property Value
Type |
---|
System.Boolean |
Id
Represents the Shape's unique id.
Declaration
public override int Id { get; }
Property Value
Type |
---|
System.Int32 |
Overrides
IsHidden
Indicates whether the shape is hidden.
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
---|
System.Boolean |
IsMoveWithCell
Gets or set a value indicating whether shape can move with cell
Declaration
public override bool IsMoveWithCell { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
IsSizeWithCell
Gets or sets a value indicating whether shape can size with cell.
Declaration
public override bool IsSizeWithCell { get; set; }
Property Value
Type |
---|
System.Boolean |
Overrides
Line
Represents the Line Format.
Declaration
public override IShapeLineFormat Line { get; }
Property Value
Type |
---|
IShapeLineFormat |
Overrides
Name
Represents the name of the Shape.
Declaration
public override string Name { get; set; }
Property Value
Type |
---|
System.String |
Overrides
ShapeRotation
Represents the Shape Rotation.
Declaration
public override int ShapeRotation { get; set; }
Property Value
Type |
---|
System.Int32 |
Overrides
TextFrame
Represents the Text Frame.
Declaration
public override ITextFrame TextFrame { get; }
Property Value
Type |
---|
ITextFrame |
Overrides
Title
Represents the shape title.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Implements
System.IDisposable