Table of Contents

TShapeProperties.Anchor Property

Coordinates of the shape. Note that when the shape is a group, this value is null and the real anchor is returned in the first child of the shape. To get the real Anchor of a first level object, use NestedAnchor

Syntax

Namespace: FlexCel.Core

public TClientAnchor Anchor { get; set; }

See also