System.Win.TaskbarCore.TPreviewClipRegion.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer index 3 read GetConstraints write SetConstraints default 0;

C++

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

Properties

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

Description

Describes the width of the TPreviewClipRegion.


Use this property to set or get the width for a TPreviewClipRegion.


See Also