UISettings.CaretWidth 属性

定义

获取由应用视图创建的新插入点的宽度。

public:
 property unsigned int CaretWidth { unsigned int get(); };
uint32_t CaretWidth();
public uint CaretWidth { get; }
var uInt32 = uISettings.caretWidth;
Public ReadOnly Property CaretWidth As UInteger

属性值

UInt32

unsigned int

uint32_t

新插入点的宽度(以像素为单位)。

适用于