ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / FitShapesToText Property

In This Topic
    FitShapesToText Property
    In This Topic
    Gets or sets a value specifying whether will the fit the shape by size for the text value on all drawing canvases of this document.
    Syntax
    'Declaration
     
    Public Property FitShapesToText As Boolean
    public bool FitShapesToText {get; set;}

    Property Value

    true if fit the shape by size for the text value, otherwise false.
    See Also