Xceed Toolkit Plus for WPF v4.6 Documentation
MakeVisible Method (TimelinePanel)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TimelinePanel Class : MakeVisible Method
A Visual that becomes visible.
A bounding rectangle that identifies the coordinate space to make visible.
Forces content to scroll until the coordinate space of a Visual object is visible.
Syntax
'Declaration
 
Public Function MakeVisible( _
   ByVal visual As Visual, _
   ByVal rectangle As Rect _
) As Rect
'Usage
 
Dim instance As TimelinePanel
Dim visual As Visual
Dim rectangle As Rect
Dim value As Rect
 
value = instance.MakeVisible(visual, rectangle)
public Rect MakeVisible( 
   Visual visual,
   Rect rectangle
)

Parameters

visual
A Visual that becomes visible.
rectangle
A bounding rectangle that identifies the coordinate space to make visible.

Return Value

A Rect that is visible.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimelinePanel Class
TimelinePanel Members