WPFCustomControls::Customization::InsertArrow Class Reference


Detailed Description

Constructs a small arrow for displaying the insertion point during drag and drop.

List of all members.

Public Member Functions

  InsertArrow ()

Static Public Attributes

static readonly DependencyProperty  StrokeThicknessProperty
  Thickness of the arrow's lines.
static readonly DependencyProperty  PointLengthProperty
  The length of the arrow's point in the x direction.
static readonly DependencyProperty  StrokeProperty
  Brush used to draw the arrow's lines.

Properties

double  StrokeThickness [get, set]
  Thickness of the arrow's lines.
double  PointLength [get, set]
  The length of the arrow's point in the x direction.
Brush  Stroke [get, set]
  Brush used to draw the arrow's lines.

Constructor & Destructor Documentation

WPFCustomControls::Customization::InsertArrow::InsertArrow ( ) [inline]

Member Data Documentation

Initial value:
 DependencyProperty.Register(
        "StrokeThickness",
        typeof(double),
        typeof(InsertArrow),
        new PropertyMetadata(2.0))

Thickness of the arrow's lines.

Initial value:
 DependencyProperty.Register(
        "PointLength",
        typeof(double),
        typeof(InsertArrow),
        new PropertyMetadata(3.0))

The length of the arrow's point in the x direction.

Initial value:
 DependencyProperty.Register(
        "Stroke",
        typeof(Brush),
        typeof(InsertArrow),
        new PropertyMetadata(Brushes.Black))

Brush used to draw the arrow's lines.


Property Documentation

double WPFCustomControls::Customization::InsertArrow::StrokeThickness [get, set]

Thickness of the arrow's lines.

double WPFCustomControls::Customization::InsertArrow::PointLength [get, set]

The length of the arrow's point in the x direction.

Brush WPFCustomControls::Customization::InsertArrow::Stroke [get, set]

Brush used to draw the arrow's lines.


WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow
WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow WPFCustomControls::Customization::InsertArrow