UtilTweakingCaretWidth Property
Gets or sets the width, in pixels, of the caret in edit controls.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int CaretWidth { get; set; }
Public Shared Property CaretWidth As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.CaretWidth
UtilTweaking.CaretWidth = value
public:
static property int CaretWidth {
int get ();
void set (int value);
}
static member CaretWidth : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The width, in pixels, of the caret in edit controls.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 100.;value
|