Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ClassicBorderDecorator Class

Updated: November 2007

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
Visual Basic (Usage)
Dim instance As ClassicBorderDecorator
C#
public sealed class ClassicBorderDecorator : Decorator
Visual C++
public ref class ClassicBorderDecorator sealed : public Decorator
J#
public final class ClassicBorderDecorator extends Decorator
JScript
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 Vista

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker