Gets or sets the length value.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
public Nullable<C1Length> Length { get; set; }
Visual Basic
Public Property Length As Nullable(Of C1Length)
	Get
	Set

See Also