OutliningMarginBracketControl Class

Definition

Indicates the vertical extent of an expanded outlining region and allows the user to collapse it.

public ref class OutliningMarginBracketControl abstract : System::Windows::Controls::Control
public abstract class OutliningMarginBracketControl : System.Windows.Controls.Control
type OutliningMarginBracketControl = class
    inherit Control
Public MustInherit Class OutliningMarginBracketControl
Inherits Control
Inheritance
OutliningMarginBracketControl

Constructors

OutliningMarginBracketControl()

Initializes a new instance of OutliningMarginBracketControl.

Fields

FirstLineOffsetProperty

A DependencyProperty that indicates the vertical offset that the bracket control should use to render itself.

IsHighlightedProperty

A DependencyProperty that determines whether this control should be currently displaying its mouse-hover highlight.

Properties

FirstLineOffset

Gets or sets FirstLineOffsetProperty.

IsHighlighted

Gets or sets IsHighlightedProperty.

Methods

GetFirstLineOffset(OutliningMarginBracketControl)

Gets FirstLineOffsetProperty.

GetIsHighlighted(OutliningMarginBracketControl)

Gets IsHighlightedProperty.

OnIsHighlightedChanged(Boolean)

The event handler called when IsHighlighted is changed.

SetFirstLineOffset(OutliningMarginBracketControl, Double)

Sets FirstLineOffsetProperty.

SetIsHighlighted(OutliningMarginBracketControl, Boolean)

Sets IsHighlightedProperty.

Applies to