SystemParameters.CaretWidthKey Property

Definition

Gets the ResourceKey for the CaretWidth property.

public:
 static property System::Windows::ResourceKey ^ CaretWidthKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey CaretWidthKey { get; }
static member CaretWidthKey : System.Windows.ResourceKey
Public Shared ReadOnly Property CaretWidthKey As ResourceKey

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.CaretWidthKey}"/>

Applies to