UltimateEditor Class Library

UltimateEditor.Dir Property

Gets or sets a value that indicates the editor content flow direction.

[Visual Basic]
Public Property Dir As DirType
[C#]
public DirType Dir {get; set;}

Property Value

The editor content flow direction. The default value is ltr.

Remarks

Use this property to set the editor content flow direction.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace