_CardView.Width 属性

定义

返回或设置一个 整数 (int ) 值,该值指示对象中 CardView 卡片) 字符 (宽度。 读/写。

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
Public Property Width As Integer

属性值

注解

此属性可以设置为 20 和 1000 之间的值。 如果此属性设置为小于 20 的值,则会将此属性设置为 20。 如果此属性设置为大于 1000 的值,则会将此属性设置为 1000。

此属性的默认值取决于 DefaultItemType 视图所显示对象的属性值 Folder

olAppointmentItem40
olContactItem、olDistributionListItem36
olJournalItem、olMailItem、olNoteItem、olPostItem32
olTaskItem50

适用于