Back to Devexpress

TdxSpreadSheetContainer.AnchorType Property

vcl-dxspreadsheetcore-dot-tdxspreadsheetcontainer-c839e9b8.md

latest1.4 KB
Original Source

TdxSpreadSheetContainer.AnchorType Property

Specifies the anchoring mode for the floating container object.

Declaration

delphi
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

TdxSpreadSheetContainer Class

TdxSpreadSheetContainer Members

dxSpreadSheetCore Unit