StatusBar::SeparatorStyleKey Property

 

The key that represents the style to use for Separator objects in the StatusBar.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property ResourceKey^ SeparatorStyleKey {
	static ResourceKey^ get();
}

Property Value

Type: System.Windows::ResourceKey^

A ResourceKey that references the style to use for Separator objects.

<object x:Key="{x:Static StatusBar.SeparatorStyleKey}"/>

.NET Framework
Available since 3.0
Return to top
Show: