Class OverviewModel
Allows user to see a preview or an overall view of the content of a diagram.
Inheritance
System.Object
OverviewModel
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class OverviewModel : Object
Constructors
OverviewModel()
Declaration
public OverviewModel()
Properties
Created
Triggers after render the diagram elements.
Declaration
public EventCallback<object> Created { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.EventCallback<System.Object> |
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Height
Defines the height of the overview.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceID
Defines the ID of the overview.
Declaration
public string SourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Defines the width of the overview .
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |