menu

UWP

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

    Show / Hide Table of Contents

    Class OutlineSettings

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

    Inheritance
    System.Object
    OutlineSettings
    Implements
    IOutlineSettings
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class OutlineSettings : Object, IOutlineSettings, INotifyPropertyChanged

    Constructors

    OutlineSettings()

    Initializes a new instance of the OutlineSettings class.

    Declaration
    public OutlineSettings()

    Properties

    OutlineStyle

    Gets or sets style for outside viewport elements.

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

    RenderInterval

    Gets or sets the timespan to update the outline.

    Declaration
    public 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
    public virtual PathFigure GetPreview(object source)
    Parameters
    Type Name Description
    System.Object source
    Returns
    Type
    Windows.UI.Xaml.Media.PathFigure

    OnPropertyChanged(String)

    Constructs a new instance of the OnPropertyChanged(String) method.

    Declaration
    public virtual void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name

    Gets name value

    UpdatePreview(Object, Object)

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

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

    Events

    PropertyChanged

    Occurs when a property value changes.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IOutlineSettings
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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