Interface IOverview
This interface specifies the properties of the overview of the diagram.
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IOverview
Properties
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
bool EnableRtl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Height
Defines the height of the overview.
Declaration
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
string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceID
Defines the ID of the overview.
Declaration
string SourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Defines the width of the overview.
Declaration
string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
updateChildProperties(String, Object)
Declaration
void updateChildProperties(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |