Skip to main content

TdxSpreadSheetContainer.AnchorType Property

Specifies the anchoring mode for the floating container object.

Declaration

property AnchorType: TdxSpreadSheetContainerAnchorType read; write;

Property Value

Type
TdxSpreadSheetContainerAnchorType

Remarks

Use this property to select one of the available container anchoring modes. The AnchorType property value determines both the applicability and behavior of the settings provided by the AnchorPoint1 and AnchorPoint2 properties, which correspond to the upper-left and bottom-right corners of the container’s bounding rectangle, respectively:

For additional information on container anchoring, refer to the Anchoring Settings topic.

See Also