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