In This Article

ToolWindowContainerTitleBarGripper Class

Renders a gripper decoration for a ToolWindowContainer.

public class ToolWindowContainerTitleBarGripper : Decorator
Inheritance:
object Visual UIElement FrameworkElement Decorator object

Constructors

ToolWindowContainerTitleBarGripper()

Initializes an instance of the class.

public ToolWindowContainerTitleBarGripper()

Properties

Foreground

Gets or sets the Brush to use for rendering the foreground.

public Brush Foreground { get; set; }

Property Value

Brush:

The Brush to use for rendering the foreground. The default value is null.

Methods

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext drawingContext)
Parameter Type Description
drawingContext DrawingContext

The drawing instructions for a specific element. This context is provided to the layout system.

Fields

ForegroundProperty

Identifies the Foreground dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundProperty