Updated: November 2007
Creates the theme-specific look for Decorator types, for use with the Classic theme.
Public NotInheritable Class ClassicBorderDecorator _ Inherits Decorator
Dim instance As ClassicBorderDecorator
public sealed class ClassicBorderDecorator : Decorator
public ref class ClassicBorderDecorator sealed : public Decorator
public final class ClassicBorderDecorator extends Decorator
<ClassicBorderDecorator> Child </ClassicBorderDecorator>
To achieve the Classic look, specify ClassicBorderBrush as the BorderBrush. Any other brush will remove the Classic look and render a border of BorderThickness, except in the case of TabControl elements, which always render in the Classic look.
Windows Vista