Xceed Toolkit Plus for WPF v5.0 Documentation
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.


In This Topic
    MakeVisible Method (TimelinePanel)
    In This Topic
    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