Adorner with which pixel distance and angle regarding the x-axis is calculated.
More...
|
static readonly DependencyProperty | AngleProperty |
| Backing store for the Angle property.
|
|
static readonly DependencyProperty | CoordinateModeProperty |
| Backing store for the CoordinateMode property.
|
|
static readonly DependencyProperty | DistanceProperty |
| Backing store of the Distance property.
|
|
static readonly DependencyProperty | EndPointProperty |
| Backing store for the EndPoint property.
|
|
static readonly DependencyProperty | StartPointProperty |
| Backing store for the StartPoint property.
|
|
static readonly DependencyProperty | FontBackgroundColorProperty |
| Backing store for FontBackgroundColor property.
|
|
static readonly DependencyProperty | FontFamilyProperty |
| Backing store for the FontFamily property.
|
|
static readonly DependencyProperty | FontShadowThicknessProperty |
| Backing store for the FontShadowThickness property.
|
|
static readonly DependencyProperty | FontSizeProperty |
| Backing store for the FontSize property.
|
|
static readonly DependencyProperty | FontStretchProperty |
| Backing store of the FontStretch property.
|
|
static readonly DependencyProperty | FontStyleProperty |
| Backing store of the FontStyle property. More...
|
|
static readonly DependencyProperty | FontWeightProperty |
| Backing store for the FontWeight property.
|
|
static readonly DependencyProperty | ForegroundProperty |
| Backing store for Foreground property.
|
|
|
Angle | Angle [get] |
| Gets the current angle regarding the x-axis. More...
|
|
CoordinateMode | CoordinateMode [get, set] |
| Gets/sets the coordinate mode for measuring.
|
|
double | Distance [get] |
| Gets the distance between the start and the end point. More...
|
|
Point | EndPoint [get] |
| Gets the measure line end point.
|
|
Point | StartPoint [get, set] |
| Gets/sets the point from which to measure.
|
|
Color | FontBackgroundColor [get, set] |
| Gets/sets the background color for the font's background. More...
|
|
FontFamily | FontFamily [get, set] |
| Gets/sets the font family of the text. More...
|
|
double | FontShadowThickness [get, set] |
| Gets/sets the thickness of the border of the text. More...
|
|
double | FontSize [get, set] |
| Gets/sets the font size of the text. More...
|
|
FontStretch | FontStretch [get, set] |
| Gets/sets the font stretch of the text. More...
|
|
FontStyle | FontStyle [get, set] |
| Gets/sets the font style of the text.
|
|
FontWeight | FontWeight [get, set] |
| Gets/sets the font weight of the text. More...
|
|
Brush | Foreground [get, set] |
| Gets/sets the foreground brush to draw the text with. More...
|
|
Adorner with which pixel distance and angle regarding the x-axis is calculated.