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.WPF.dll
Syntax
public interface IOutlineSettings : INotifyPropertyChanged
Properties
OutlineStyle
Gets or sets style for outside viewport elements.
Declaration
Style OutlineStyle { get; set; }
Property Value
Type |
---|
System.Windows.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 |
---|---|
System.Windows.Media.PathFigure | System.Windows.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 |