Defines a measure line with display of the control's width/height. May be used inside a grid to display another control's extent. More...
Public Member Functions | |
| MeasureLine () | |
| ctor | |
Static Protected Member Functions | |
| static void | OnPlacementChanged (DependencyObject d, DependencyPropertyChangedEventArgs e) |
| React to property changes. | |
| static void | OnValueSourceChanged (DependencyObject d, DependencyPropertyChangedEventArgs e) |
| React to property changes. | |
Static Protected Attributes | |
| const MeasureLinePlacement | PlacementDefault = MeasureLinePlacement.Top |
| Default value. | |
| const MeasureLineValueSource | ValueSourceDefault = MeasureLineValueSource.ActualSize |
| Default value. | |
Properties | |
| MeasureLinePlacement | Placement [get, set] |
| Placement of the measure line relative to the object that is being measured. | |
| double | Value [get, set] |
| Value to display in the text box. Set ValueSource property accordingly to select what value to display. | |
| MeasureLineValueSource | ValueSource [get, set] |
| Value source to use for the size indicator of the measure line. | |
Defines a measure line with display of the control's width/height. May be used inside a grid to display another control's extent.
|
staticprotected |
React to property changes.
| d | Dependency object on which the change occurred. |
| e | Change event arguments. |
|
staticprotected |
React to property changes.
| d | DependencyObject on which the change occurred. |
| e | Change event arguments. |