Class AnchorType
Enum that represents type of the anchor of the graphic object to the WorkSheet.
Applies to charts, images, and other graphical objects attached to WorkSheets.
Inheritance
System.Object
AnchorType
Namespace: IronXL.Drawing
Assembly: IronXL.dll
Syntax
public sealed class AnchorType : Enum
Fields
DontMoveAndResize
Unable to move and resize
Declaration
public const AnchorType DontMoveAndResize
Field Value
Type | Description |
---|---|
AnchorType |
MoveAndResize
Move and resize anchor
Declaration
public const AnchorType MoveAndResize
Field Value
Type | Description |
---|---|
AnchorType |
MoveDontResize
Move but don't resize
Declaration
public const AnchorType MoveDontResize
Field Value
Type | Description |
---|---|
AnchorType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |