RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Length Structure / IsAbsolute Property

In This Topic
    IsAbsolute Property (C1Length)
    In This Topic
    Gets whether this length is an absolute value, that is, it is expressed in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}
    See Also