Class RefreshFrequency
Specifies the layout can be refreshed using RefreshFrequency.
Inheritance
System.Object
RefreshFrequency
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class RefreshFrequency : Enum
Fields
Add
Specifies to update the layout automatically when add the element into the collection.
Declaration
public const RefreshFrequency Add
Field Value
Type |
---|
RefreshFrequency |
ArrangeParsing
Specifies to update the layout automatically when collection is change.
Declaration
public const RefreshFrequency ArrangeParsing
Field Value
Type |
---|
RefreshFrequency |
FirstLoad
Specifies to update the layout in first load of the diagram.
Declaration
public const RefreshFrequency FirstLoad
Field Value
Type |
---|
RefreshFrequency |
Load
Specifies to update the layout in loading of the diagram.
Declaration
public const RefreshFrequency Load
Field Value
Type |
---|
RefreshFrequency |
Move
Specifies to update the layout automatically when Move the element into the collection.
Declaration
public const RefreshFrequency Move
Field Value
Type |
---|
RefreshFrequency |
Remove
Specifies to update the layout automatically when remove the element into the collection.
Declaration
public const RefreshFrequency Remove
Field Value
Type |
---|
RefreshFrequency |
Reset
Specifies to update the layout automatically when reset the datasource collection.
Declaration
public const RefreshFrequency Reset
Field Value
Type |
---|
RefreshFrequency |
Resized
Specifies to update the layout automatically when complete the resize of the element.
Declaration
public const RefreshFrequency Resized
Field Value
Type |
---|
RefreshFrequency |
Resizing
Specifies to update the layout automatically when resizing the element.
Declaration
public const RefreshFrequency Resizing
Field Value
Type |
---|
RefreshFrequency |