.NET Framework Class Library
ClassicBorderDecorator Class

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.
Syntax

Visual Basic (Declaration)
Public NotInheritable Class ClassicBorderDecorator _
    Inherits Decorator
Visual Basic (Usage)
Dim instance As ClassicBorderDecorator
C#
public sealed class ClassicBorderDecorator : Decorator
Visual C++
public ref class ClassicBorderDecorator sealed : public Decorator
JScript
public final class ClassicBorderDecorator extends Decorator
XAML Object Element Usage
<ClassicBorderDecorator>
  Child
</ClassicBorderDecorator>
Remarks

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.

Inheritance Hierarchy

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
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker