System.Win.TaskbarCore.TPreviewClipRegion.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer index 0 read GetConstraints write SetConstraints default 0;

C++

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

Properties

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

Description

The Left property is used to determine where the left side of the TPreviewClipRegion begins.


Use this property to set and get the left margin of the TPreviewClipRegion.


See Also