WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OutlineSettings - WPF 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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class OutlineSettings : 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 Description
    System.Windows.Style

    RenderInterval

    Gets or sets the timespan to update the outline.

    Declaration
    public TimeSpan RenderInterval { get; set; }
    Property Value
    Type Description
    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 Description
    System.Windows.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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IOutlineSettings
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved