Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFrameFormat Class / FitShapeToText Property

In This Topic
    FitShapeToText Property
    In This Topic
    Gets or sets a value indicating that a shape should be auto-fit to fully contain the text described within it.

    Auto-fitting is when text within a shape is scaled in order to contain all the text inside.

    Syntax
    'Declaration
     
    Public Property FitShapeToText As System.Boolean
    public System.bool FitShapeToText {get; set;}
    See Also