menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOutlineSettings - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOutlineSettings

    Represents a outlinesettings is used to display the mirror images for the outside viewport elements to avoid the empty elements in virtualization Mode.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IOutlineSettings : INotifyPropertyChanged

    Properties

    OutlineStyle

    Gets or sets style for outside viewport elements.

    Declaration
    Style OutlineStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    RenderInterval

    Gets or sets the timespan to update the outline.

    Declaration
    TimeSpan RenderInterval { get; set; }
    Property Value
    Type
    System.TimeSpan

    Methods

    GetPreview(Object)

    Creates a PathFigure that is used to display the given shape in Overview and Outline Diagram Preview.

    Declaration
    PathFigure GetPreview(object source)
    Parameters
    Type Name Description
    System.Object source

    The element to display in preview mode.

    Returns
    Type Description
    Windows.UI.Xaml.Media.PathFigure

    Windows.UI.Xaml.Media.PathFigure for the element.

    UpdatePreview(Object, Object)

    Updates a PathFigure, which is bound to the item, in Overview and Outline Diagram Preview.

    Declaration
    void UpdatePreview(object source, object preview)
    Parameters
    Type Name Description
    System.Object source

    Gets source value

    System.Object preview

    Gets preview value

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved