ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TextElement Class / MeasureTrailingSpaces Property

In This Topic
    MeasureTrailingSpaces Property (TextElement)
    In This Topic
    Gets or sets whether the text bounding rectangle includes the trailing space at the end of each line (only if the text has no background).
    Syntax
    'Declaration
     
    
    Public Property MeasureTrailingSpaces As Boolean
    public bool MeasureTrailingSpaces {get; set;}
    See Also