VsResourceKeys::ScrollViewerStyleKey Property

 

Gets the key that can be used at runtime to dynamically bind to a Style for a ScrollViewer.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Object^ ScrollViewerStyleKey {
	static Object^ get();
}

Property Value

Type: System::Object^

The key that can be used at runtime to dynamically bind to a Style for a ScrollViewer.

Return to top
Show: