|
|
|
@ -38,18 +38,18 @@ Defines an area where items are positioned on a timeline. |
|
|
|
### Methods |
|
|
|
| Method | Description | |
|
|
|
| --- | --- | |
|
|
|
| LineDown() | Sets Vertical offset down by one. | |
|
|
|
| LineLeft() | Sets Horizontal offset left by one. | |
|
|
|
| LineUp() | Sets Vertical offset up by one. | |
|
|
|
| LineRight() | Sets Horizontal offset right by one. | |
|
|
|
| MakeVisible( Visual visual, Rect rectangle ) | show a children of the panel. | |
|
|
|
| MouseWheelDown() | Sets Vertical offset down by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelLeft() | Sets Horizontal offset left by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelUp() | Sets Vertical offset up by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelRight() | Sets Horizontal offset right by SystemParameters.WheelScrollLines. | |
|
|
|
| PageDown() | Sets Vertical offset down by page. | |
|
|
|
| PageLeft() | Sets Horizontal offset left by page. | |
|
|
|
| PageUp() | Sets Vertical offset up by page. | |
|
|
|
| PageRight() | Sets Horizontal offset right by page. | |
|
|
|
| SetHorizontalOffset( double offset ) | Sets the Horizontal offset. | |
|
|
|
| SetVerticalOffset( double offset ) | Sets the Vertical offset. | |
|
|
|
| LineDown | Sets Vertical offset down by one. | |
|
|
|
| LineLeft | Sets Horizontal offset left by one. | |
|
|
|
| LineUp | Sets Vertical offset up by one. | |
|
|
|
| LineRight | Sets Horizontal offset right by one. | |
|
|
|
| MakeVisible | show a children of the panel. | |
|
|
|
| MouseWheelDown | Sets Vertical offset down by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelLeft | Sets Horizontal offset left by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelUp | Sets Vertical offset up by SystemParameters.WheelScrollLines. | |
|
|
|
| MouseWheelRight | Sets Horizontal offset right by SystemParameters.WheelScrollLines. | |
|
|
|
| PageDown | Sets Vertical offset down by page. | |
|
|
|
| PageLeft | Sets Horizontal offset left by page. | |
|
|
|
| PageUp | Sets Vertical offset up by page. | |
|
|
|
| PageRight | Sets Horizontal offset right by page. | |
|
|
|
| SetHorizontalOffset | Sets the Horizontal offset. | |
|
|
|
| SetVerticalOffset | Sets the Vertical offset. | |
|
|
|
|