ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLTextShape Class / TextToFit Property

In This Topic
    TextToFit Property
    In This Topic
    Gets or sets a fit to shape of the text flag of this XLTextShape.
    Syntax
    'Declaration
     
    Public Property TextToFit As System.Boolean
    public System.bool TextToFit {get; set;}
    See Also