Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / ShrinkToFit Property


In This Topic
    ShrinkToFit Property (StyleObjectInfo)
    In This Topic
    Gets or sets a value indicating whether text automatically shrinks to fit in the available column width.
    Syntax
    'Declaration
     
    Public Overridable Property ShrinkToFit As Boolean
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    public virtual bool ShrinkToFit {get; set;}

    Property Value

    true if shrink to fit; otherwise, false.
    See Also