From 6010c538231e7d6769961478724554f209956b44 Mon Sep 17 00:00:00 2001 From: DianeXceed Date: Mon, 19 Jun 2017 16:35:27 -0400 Subject: [PATCH] Updated AnimatedTimelinePanel (markdown) --- AnimatedTimelinePanel.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/AnimatedTimelinePanel.md b/AnimatedTimelinePanel.md index c015977..4904b45 100644 --- a/AnimatedTimelinePanel.md +++ b/AnimatedTimelinePanel.md @@ -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. |