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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Windows.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 |
---|
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged