Creates the theme-specific look for Decorator types, for use with the Classic theme.
Namespace:
Microsoft.Windows.Themes
Assembly:
PresentationFramework.Classic (in PresentationFramework.Classic.dll)
XMLNS for XAML: Not mapped to an xmlns.
Visual Basic (Declaration)
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
XAML Object Element Usage
<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.
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
System.Windows.Media..::.Visual
System.Windows..::.UIElement
System.Windows..::.FrameworkElement
System.Windows.Controls..::.Decorator
Microsoft.Windows.Themes..::.ClassicBorderDecorator
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference