SystemParameters.VerticalScrollBarThumbHeightKey Property

Definition

Gets the ResourceKey for the VerticalScrollBarThumbHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to