RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1TableWidthTool Class / Length Property

In This Topic
    Length Property (C1TableWidthTool)
    In This Topic
    Gets or sets the length value.
    Syntax
    'Declaration
     
    
    Public Property Length As Nullable(Of C1Length)
    public Nullable<C1Length> Length {get; set;}
    See Also