DesignIntf.IComponentGuidelines.DesignerGuideOffsets
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IComponentGuidelines |
Delphi
property DesignerGuideOffsets[Index: Integer]: Integer read GetDesignerGuideOffset;
C++
__property int DesignerGuideOffsets[int Index] = {read=GetDesignerGuideOffset};
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.