Class ScrollOrientation
Specifies the scroll orientation.
Inheritance
System.Object
ScrollOrientation
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public sealed class ScrollOrientation : Enum
Fields
None
Editor will not scroll.
Declaration
public const ScrollOrientation None
Field Value
Type |
---|
ScrollOrientation |
Vertical
Editor scrolls vertically.
Declaration
public const ScrollOrientation Vertical
Field Value
Type |
---|
ScrollOrientation |