Class VScrollModel
Interface for a class VScroll
Inheritance
System.Object
VScrollModel
Implements
System.IEquatable<VScrollModel>
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class VScrollModel : Object, IEquatable<VScrollModel>
Constructors
VScrollModel()
Declaration
public VScrollModel()
Properties
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 |
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 |
ScrollStep
Specifies the up or down scrolling distance of the vertical scrollbar moving.
Declaration
public double ScrollStep { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(VScrollModel)
Declaration
public bool Equals(VScrollModel vScrollModel)
Parameters
Type | Name | Description |
---|---|---|
VScrollModel | vScrollModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>