System.Win.TaskbarCore.TPreviewClipRegion.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer index 1 read GetConstraints write SetConstraints default 0;

C++

__property int Top = {read=GetConstraints, write=SetConstraints, index=1, default=0};

Properties

Type Visibility Source Unit Parent
property published
System.Win.TaskbarCore.pas
System.Win.TaskbarCore.hpp
System.Win.TaskbarCore TPreviewClipRegion

Description

Specifies the distance, in pixels, from the top of the Preview Clip Area to the top of the TPreviewClipRegion.


Use this property to vertically position the TPreviewClipRegion within the Preview Clip Area.


See Also