DesignIntf.IComponentGuidelines.DesignerGuideOffsets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignerGuideOffsets[Index: Integer]: Integer read GetDesignerGuideOffset;

C++

__property int DesignerGuideOffsets[int Index] = {read=GetDesignerGuideOffset};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines

Description

Returns the designer guide offset specified by Index.

This is the offset from the control origin. It can be negative to describe guidelines that exist to the top and left of a control.

See Also